]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
* po/sv.po: New.
[bison.git] / src / lalr.h
index 0013715439c965a46e1b1da01d30d50e0ea279d2..f9941afacddeacd38104d7ba8432c71f1868900b 100644 (file)
@@ -66,6 +66,7 @@ extern short *LAruleno;
    it is a conflict.  */
 
 extern unsigned *LA;
+#define LA(Rule) (LA + (Rule) * tokensetsize)
 
 
 /* A structure decorating a state, with additional information. */