From 78c44ad5dc4b1c70c06bf57c117fb0da94b1dbd3 Mon Sep 17 00:00:00 2001 From: Alexander Frink Date: Thu, 2 Dec 1999 18:49:37 +0000 Subject: [PATCH] function.pl did not compile --- ginac/function.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0