X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ftostring.h;h=7adfc68551e9d3d68b77036afd3dc28e592eb6bc;hp=205c524c2f6b37cd767ebd72445a26fb178f1432;hb=d6ab150eb3016ddb416f0533606ae3a393003e9e;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e diff --git a/ginac/tostring.h b/ginac/tostring.h index 205c524c..7adfc685 100644 --- a/ginac/tostring.h +++ b/ginac/tostring.h @@ -4,7 +4,7 @@ * internal header file. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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