]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
Fix the previous test.
[bison.git] / src / symtab.h
index b98902e14015b1e210cd307b99fc0f24aaaab010..c64e4079cbdb2c25e713c8f3b3e26360724d0ab6 100644 (file)
@@ -50,13 +50,13 @@ typedef struct bucket
   short prec;
   associativity assoc;
   short user_token_number;
   short prec;
   associativity assoc;
   short user_token_number;
+
   /* Points to the other in the identifier-symbol pair for an
      alias. Special value SALIAS in the identifier half of the
      identifier-symbol pair for an alias.  */
   struct bucket *alias;
   symbol_class class;
   /* Points to the other in the identifier-symbol pair for an
      alias. Special value SALIAS in the identifier half of the
      identifier-symbol pair for an alias.  */
   struct bucket *alias;
   symbol_class class;
-}
-bucket;
+} bucket;
 
 
 extern bucket *firstsymbol;
 
 
 extern bucket *firstsymbol;