]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.cpp
- default maxargs for functions is 13 to make the current xloops compile
[ginac.git] / ginac / inifcns.cpp
index b3527e9c5a06475e1ec721080a35e9c0a805e9e6..bc401f47266272789b371d9bdced87464ddc3ba7 100644 (file)
@@ -62,7 +62,7 @@ static ex abs_eval(const ex & x)
         return abs(x).hold();
 }
 
-REGISTER_FUNCTION(abs, evalf_func(abs_eval).
+REGISTER_FUNCTION(abs, eval_func(abs_eval).
                        evalf_func(abs_evalf));
 
 //////////