]> andersk Git - splint.git/blobdiff - src/Headers/uentry.h
Fixed bug in usymtab clearing derived sRefs when exiting scope.
[splint.git] / src / Headers / uentry.h
index d2549198d140c525b99dc94f5d3a8cb94d43fec1..949e692702951235500636db4e03d0b5c007632c 100644 (file)
@@ -671,6 +671,14 @@ extern void uentry_setPostconditions (uentry p_ue, /*@only@*/ functionConstraint
 extern void uentry_setPreconditions (uentry p_ue, /*@only@*/ functionConstraint p_preconditions);
 /*end mods*/
 
+/*
+** For debugging only
+*/
+
+# ifdef DEBUGSPLINT
+extern void uentry_checkValid (uentry p_ue) /*@modifies g_errorstream@*/ ; 
+# endif
+
 # else
 # error "Multiple include"
 # endif
This page took 0.029332 seconds and 4 git commands to generate.