]> andersk Git - splint.git/blobdiff - src/cgrammar.tab.h
Added the code for setBufferSize and setStringLegnth annotations.
[splint.git] / src / cgrammar.tab.h
index e0bb586f9f2c9565c93c9032bf832d793fd61169..8f9715b40d1a7823486bdd149a4836892a75ca5f 100644 (file)
@@ -194,13 +194,15 @@ typedef union
 #define        QUNSIGNEDINTEGRALTYPE   428
 #define        QSIGNEDINTEGRALTYPE     429
 #define        QNULLTERMINATED 430
-#define        IDENTIFIER      431
-#define        NEW_IDENTIFIER  432
-#define        TYPE_NAME_OR_ID 433
-#define        CCONSTANT       434
-#define        ITER_NAME       435
-#define        ITER_ENDNAME    436
-#define        TYPE_NAME       437
+#define        QSETBUFFERSIZE  431
+#define        QSETSTRINGLENGTH        432
+#define        IDENTIFIER      433
+#define        NEW_IDENTIFIER  434
+#define        TYPE_NAME_OR_ID 435
+#define        CCONSTANT       436
+#define        ITER_NAME       437
+#define        ITER_ENDNAME    438
+#define        TYPE_NAME       439
 
 
 extern YYSTYPE yylval;
This page took 0.033639 seconds and 4 git commands to generate.