]> andersk Git - splint.git/blobdiff - src/Headers/context.h
Fixed bug 672239 sizeof(array[0]) gives NULL derefence warning.
[splint.git] / src / Headers / context.h
index fbc1ace6dcb6534991f930f454e7339cc2409888..0af5595ed508005e0e824df7bc43744a0bb2e199 100644 (file)
@@ -362,6 +362,12 @@ extern ctype context_getLastStruct (/*@returned@*/ /*ctype p_s*/) /*@modifies in
 extern bool context_inOldStyleScope (void) /*@*/ ;
 extern void context_setGlobalStructInfo (ctype p_ct, constraintList p_list) /*@modifies internalState@*/ ;
 
+/*drl added 3/5/2003*/
+
+extern bool context_inSizeof (void);
+extern void context_enterSizeof (void);
+extern void context_leaveSizeof (void);
+
 # else
 # error "Multiple include"
 # endif
This page took 0.064117 seconds and 4 git commands to generate.