X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fparser%2Fdebug.h;h=d1764d70b985653fe522c8278ed31f12bb44e6d8;hb=edfa67d26bac695b5ef9911f3cda3ff50232e35a;hp=5221580d47a87939694d8f1f4c274bc91c67f176;hpb=80b1c3e0ee0e465d56e5c76bef4e52ef2dbc5197;p=ginac.git diff --git a/ginac/parser/debug.h b/ginac/parser/debug.h index 5221580d..d1764d70 100644 --- a/ginac/parser/debug.h +++ b/ginac/parser/debug.h @@ -1,9 +1,34 @@ -#ifndef GINAC_PARSER_DEBUG_HPP -#define GINAC_PARSER_DEBUG_HPP +/** @file debug.h + * + * Debugging facilities for parser. */ + +/* + * GiNaC Copyright (C) 1999-2011 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef GINAC_PARSER_DEBUG_H +#define GINAC_PARSER_DEBUG_H + +#include "compiler.h" + #include #include #include -#include "compiler.h" + #ifndef __GNUC__ #if __STDC_VERSION__ < 199901L #define __PRETTY_FUNCTION__ "" @@ -44,5 +69,4 @@ do { \ } \ } while (0) -#endif // GINAC_PARSER_DEBUG_HPP - +#endif // GINAC_PARSER_DEBUG_H