X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ftostring.h;h=2ab90372f49e96d0427dda16b6c3fac580820e86;hb=e9350141809e90921b793ef0e5ee2ece71c96fad;hp=5ef9d94d47b69c5e0c1807c272cae6dd0d65adc5;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750;p=ginac.git diff --git a/ginac/tostring.h b/ginac/tostring.h index 5ef9d94d..2ab90372 100644 --- a/ginac/tostring.h +++ b/ginac/tostring.h @@ -4,7 +4,7 @@ * internal header file. */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_TOSTRING_H__ -#define __GINAC_TOSTRING_H__ +#ifndef GINAC_TOSTRING_H +#define GINAC_TOSTRING_H #include @@ -38,4 +38,4 @@ std::string ToString(const T & t) } // namespace GiNaC -#endif // ndef __GINAC_TOSTRING_H__ +#endif // ndef GINAC_TOSTRING_H