]> andersk Git - splint.git/blobdiff - src/lltok.c
EXtensive code clean up. Almost passes LCLint.
[splint.git] / src / lltok.c
index 63e94a46da312934d2f20ee8259b68b0aff9b469..3658dd22b8744bf8049867917019adafa04dcdae 100644 (file)
@@ -111,6 +111,13 @@ bool  lltok_isMinus_Op (lltok tok)
   return (tok.tok ==  TMINUS);
 }
 
+/*drl7x added 6 6 2001 */
+
+bool  lltok_isAmpersand_Op (lltok tok)
+{
+  return (tok.tok == TAMPERSAND);
+}
+
 /*end drl added */
 
 cstring
This page took 0.151798 seconds and 4 git commands to generate.