X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnumeric.h;h=aa17d8010d8ac119e7877dc8e066e3c430d469ff;hp=8cab801693345167371549bbcaa3d022c1fb8278;hb=7d2c44606a17c76f6bec520c22eba96fa5875961;hpb=286b0d93528e35957a50c51343e0b4a9bc623bce diff --git a/ginac/numeric.h b/ginac/numeric.h index 8cab8016..aa17d801 100644 --- a/ginac/numeric.h +++ b/ginac/numeric.h @@ -3,7 +3,7 @@ * Makes the interface to the underlying bignum package available. */ /* - * GiNaC Copyright (C) 1999-2011 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 @@ -28,12 +28,6 @@ #include "archive.h" #include -#if defined(G__CINTVERSION) && !defined(__MAKECINT__) -// Cint @$#$! doesn't like forward declaring classes used for casting operators -// so we have to include the definition of cln::cl_N here, but it is enough to -// do so for the compiler, hence the !defined(__MAKECINT__). - #include -#endif #include #include @@ -50,7 +44,7 @@ typedef void (* digits_changed_callback)(long); * than a dumber basic type since as a side-effect we let it change * cl_default_float_format when it gets changed. The only other * meaningful thing to do with it is converting it to an unsigned, - * for temprary storing its value e.g. The user must not create an + * for temporarily storing its value e.g. The user must not create an * own working object of this class! Since C++ forces us to make the * class definition visible in order to use an object we put in a * flag which prevents other objects of that class to be created. */ @@ -333,9 +327,4 @@ ex CatalanEvalf(); } // namespace GiNaC -#ifdef __MAKECINT__ -#pragma link off defined_in cln/number.h; -#pragma link off defined_in cln/complex_class.h; -#endif - #endif // ndef GINAC_NUMERIC_H