X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/16c024b587f5ddc115928d5cca7095508aa208d9..112c85fd5ba63bbf83526cdadfc7751b2cf74311:/src/Headers/context.h diff --git a/src/Headers/context.h b/src/Headers/context.h index a272f29..0af5595 100644 --- a/src/Headers/context.h +++ b/src/Headers/context.h @@ -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