]> andersk Git - splint.git/blobdiff - src/Headers/context.h
Made allocations involving sizeof work correctly (test/malloc.c).
[splint.git] / src / Headers / context.h
index 4d5929ec1866516f67bc7fa0fdfde55f9b1c9029..c8ba6c3c66b679982ad7db2331363a6f3bad16f2 100644 (file)
@@ -58,6 +58,8 @@ extern /*@observer@*/ cstring context_getTrueName (void) /*@*/ ;
 extern /*@observer@*/ cstring context_getLarchPath (void) /*@*/ ;
 extern /*@observer@*/ cstring context_getLCLImportDir (void) /*@*/ ;
 
+extern constraintList context_getImplicitFcnConstraints (uentry p_ue) /*@*/ ;
+
 extern bool context_checkExport (uentry p_e) /*@*/ ;
 extern bool context_checkGlobMod (sRef p_el) /*@*/ ;
 extern bool context_checkGlobUse (uentry p_glob);
@@ -340,13 +342,9 @@ extern valueTable context_createGlobalMarkerValueTable (/*@only@*/ stateInfo p_i
 extern int context_getBugsLimit (void) /*@*/ ;
 # define context_getBugsLimit()  ((int)context_getValue(FLG_BUGSLIMIT))
 
-extern ctype context_setLastStruct (/*@returned@*/ ctype p_s) /*@modifies internalState@*/;
-extern ctype context_getLastStruct (/*@returned@*/ /*ctype p_s*/) /*@modifies internalState@*/;
-
 /*drl added 2/4/2002*/
 
 extern bool context_inOldStyleScope (void) /*@*/ ;
-extern void context_setGlobalStructInfo (ctype p_ct, constraintList p_list) /*@modifies internalState@*/ ;
 
 /*drl added 3/5/2003*/
 
This page took 0.042931 seconds and 4 git commands to generate.