]> 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 a272f29b08df3c27a7bc02d46a732f20bb647561..0af5595ed508005e0e824df7bc43744a0bb2e199 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -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.032528 seconds and 4 git commands to generate.