X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fassertion.h;h=e65d4ab088afe0840ef18fb80454275036afeec3;hb=62168ea93d23c81172ad07f9ec2f7044d1570681;hp=536a18a45efd127c28ca1b486f238c0af91098bc;hpb=4e3a4ac2bcb0837611ea31bc8fc05d84a20c33ac;p=ginac.git diff --git a/ginac/assertion.h b/ginac/assertion.h index 536a18a4..e65d4ab0 100644 --- a/ginac/assertion.h +++ b/ginac/assertion.h @@ -3,7 +3,7 @@ * Assertion macro definition. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,16 +17,15 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_ASSERTION_H__ -#define __GINAC_ASSERTION_H__ - -#include +#ifndef GINAC_ASSERTION_H +#define GINAC_ASSERTION_H #if !defined(GINAC_ASSERT) #if defined(DO_GINAC_ASSERT) +#include /** Assertion macro for checking invariances. */ #define GINAC_ASSERT(X) assert(X) #else @@ -35,4 +34,4 @@ #endif #endif -#endif // ndef __GINAC_ASSERTION_H__ +#endif // ndef GINAC_ASSERTION_H