X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fginac.h;h=024183bc6a71dfa9c8360aafcd5d9e63d188b614;hp=f8545831fe3f98da9699cf45764ffba842cc211e;hb=75eb4d8abee66a844c9d1b23f1e001c860e8de7d;hpb=2afa71937b3c12cdc70f01213baa8a92be4b604a diff --git a/ginac/ginac.h b/ginac/ginac.h index f8545831..024183bc 100644 --- a/ginac/ginac.h +++ b/ginac/ginac.h @@ -3,7 +3,7 @@ * This include file includes all other public GiNaC headers. */ /* - * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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 @@ -76,9 +76,4 @@ #include "parser/parser.h" #endif -#ifdef __MAKECINT__ -#pragma link C++ nestedclass; -#pragma link C++ nestedtypedef; -#endif - #endif // ndef GINAC_H