]> andersk Git - splint.git/blobdiff - src/Headers/lctype.h
Fixed handling of array dimensions (bug reported by Randi J. Relander)
[splint.git] / src / Headers / lctype.h
index 34b17773998e7add53d47848e284f8c882e8c916..ff1d01d1d7bad21e58ef14dd9f12df7cc02985b4 100644 (file)
@@ -258,6 +258,7 @@ extern ctype ctype_getBaseType (ctype p_c) /*@*/ ;
 
 extern ctype ctype_makeArray (ctype p_c);
 extern ctype ctype_makeFixedArray (ctype p_c, long p_size);
+extern ctype ctype_makeInnerFixedArray (ctype p_c, long p_size);
 extern ctype ctype_makeConj (ctype p_c1, ctype p_c2);
 extern ctype ctype_makeParamsFunction (ctype p_base, /*@only@*/ uentryList p_p);
 extern ctype ctype_makeFunction (ctype p_base, /*@only@*/ uentryList p_p) /*@*/ ;
This page took 0.096999 seconds and 4 git commands to generate.