]> andersk Git - splint.git/blobdiff - src/Headers/mtgrammar_tokens.h
- library fixes:
[splint.git] / src / Headers / mtgrammar_tokens.h
index 5926962ec633e5be4dd5043f9fd03ac7e0dd6960..620f9285b27723f4d5af71c217a8e0b6564e52ef 100644 (file)
@@ -71,11 +71,12 @@ typedef union {
   mtTransferAction mttransferaction;
   mtLoseReferenceList mtlosereferencelist;
   mtLoseReference mtlosereference;
-
+  pointers pointers;
   /*@only@*/ cstringList cstringlist;
   ctype ctyp;
   /*@only@*/ qtype qtyp;
-  int count;
+  qual qual;
+  qualList quals;
 } YYSTYPE;
 #define        MT_BADTOK       257
 #define        MT_END  258
@@ -121,8 +122,9 @@ typedef union {
 #define        MT_SIGNEDINTEGRALTYPE   298
 #define        MT_CONST        299
 #define        MT_VOLATILE     300
-#define        MT_STRINGLIT    301
-#define        MT_IDENT        302
+#define        MT_RESTRICT     301
+#define        MT_STRINGLIT    302
+#define        MT_IDENT        303
 
 /*
 ** Resets all flags in bison.head
This page took 0.037318 seconds and 4 git commands to generate.