]> www.ginac.de Git - cln.git/blobdiff - src/complex/cl_C.h
INSTALL.CMake: proper installation command
[cln.git] / src / complex / cl_C.h
index 11a3d06019a518f3ccfde65512977234a13d2302..abbf12279000997efc2b535fdd2157c74fbc037f 100644 (file)
@@ -83,9 +83,9 @@ public:
 };
 
 inline bool realp (const cl_C& x)
-       { unused x; return false; }
+       { cl_unused x; return false; }
 inline bool complexp (const cl_C& x)
-       { unused x; return true; }
+       { cl_unused x; return true; }
 
 
 // Liefert zu reellen Zahlen a und b /= Fixnum 0 die komplexe Zahl a+bi.