X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fassertion.h;h=b145263f1c13b5f4b352de3cedca45543dd7d2d7;hb=cca88b51436e4b654d16a4d60cd0d1c66fcf5dd6;hp=070ddea2e8eaa90c33f4ac7d504bf908f3109023;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2;p=ginac.git diff --git a/ginac/assertion.h b/ginac/assertion.h index 070ddea2..b145263f 100644 --- a/ginac/assertion.h +++ b/ginac/assertion.h @@ -3,7 +3,7 @@ * Assertion macro definition. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2014 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 @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_ASSERTION_H__ -#define __GINAC_ASSERTION_H__ +#ifndef GINAC_ASSERTION_H +#define GINAC_ASSERTION_H #if !defined(GINAC_ASSERT) #if defined(DO_GINAC_ASSERT) @@ -34,4 +34,4 @@ #endif #endif -#endif // ndef __GINAC_ASSERTION_H__ +#endif // ndef GINAC_ASSERTION_H