]> www.ginac.de Git - cln.git/blobdiff - include/cln/SV_complex.h
2006-04-25 Bruno Haible <bruno@clisp.org>
[cln.git] / include / cln / SV_complex.h
index a7272eef741e0c96376ef07a42f930c1d5272ae9..6e0272782f530b6891968edea3ca9b7ca73dd5c9 100644 (file)
@@ -19,7 +19,7 @@ public:
        // Constructors.
        cl_SV_N () : cl_SV<cl_N,cl_SV_number> ((cl_heap_SV_N*) (cl_heap_SV_number*) cl_null_SV_number) {};
        cl_SV_N (const cl_SV_N&);
-       explicit cl_SV_N (uintL len) : cl_SV<cl_N,cl_SV_number> ((cl_heap_SV_N*) cl_make_heap_SV_number(len)) {};
+       explicit cl_SV_N (uintC len) : cl_SV<cl_N,cl_SV_number> ((cl_heap_SV_N*) cl_make_heap_SV_number(len)) {};
        // Assignment operators.
        cl_SV_N& operator= (const cl_SV_N&);
        // Private pointer manipulations.