]> andersk Git - splint.git/blobdiff - src/Headers/lltok.h
We're now able to generate Maxset constraints for fixed sized arrays.
[splint.git] / src / Headers / lltok.h
index 4cace0312adc655d53bc519e1fcc92b815c1f1ff..317704a10e5efe7f564b34494e0a46a8fe3f3f23 100644 (file)
@@ -43,6 +43,19 @@ extern bool lltok_isOr_Op (lltok tok);
 
 extern bool lltok_isNot_Op (lltok tok);
 
+/*drl7x added this function 11/20/00 */
+
+bool lltok_isLt_Op (lltok tok);
+
+bool lltok_isGt_Op (lltok tok);
+  
+bool lltok_isGe_Op (lltok tok);
+
+bool lltok_isLe_Op (lltok tok);
+
+/* end drl7x added */
+
+
 # else
 # error "Multiple include"
 # endif
This page took 0.704734 seconds and 4 git commands to generate.