From: Alexander Frink Date: Thu, 2 Dec 1999 18:49:37 +0000 (+0000) Subject: function.pl did not compile X-Git-Tag: release_0-5-0~100 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=78c44ad5dc4b1c70c06bf57c117fb0da94b1dbd3 function.pl did not compile --- diff --git a/ginac/function.pl b/ginac/function.pl index 6493042b..41018c93 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -183,11 +183,11 @@ $declare_function_macro_no_namespace #ifndef NO_GINAC_NAMESPACE #define REGISTER_FUNCTION(NAME,E,EF,D,S) \\ - const unsigned function_index_##NAME=GiNaC::function::register_new(#NAME,E,EF,D,S); #else // ndef NO_GINAC_NAMESPACE +#define REGISTER_FUNCTION(NAME,E,EF,D,S) \\ const unsigned function_index_##NAME=function::register_new(#NAME,E,EF,D,S); #endif // ndef NO_GINAC_NAMESPACE