]> andersk Git - splint.git/blobdiff - src/Headers/sRef.h
Fixed state clauses. Added obvious loop exec checking.
[splint.git] / src / Headers / sRef.h
index a5a2684fde5999c7a7056e80d752d0261b0ca22d..13bb3f1b8d51769e33f6bac427451adf04dcd2cb 100644 (file)
@@ -401,7 +401,7 @@ extern /*@dependent@*/ sRef sRef_copy (sRef p_s);
 
 extern cstring sRef_unparseState (sRef p_s) /*@*/ ;
 extern ynm sRef_isWriteable (sRef p_s) /*@*/ ;
-extern ynm sRef_isReadable (sRef p_s) /*@*/ ;
+extern ynm sRef_isValidLvalue (sRef p_s) /*@*/ ;
 extern bool sRef_isStrictReadable (sRef p_s) /*@*/ ;
 extern bool sRef_hasNoStorage (sRef p_s) /*@*/ ;
 extern void sRef_showExpInfo (sRef p_s) /*@modifies g_msgstream*/ ;
This page took 0.038033 seconds and 4 git commands to generate.