]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
Document YYFPRINTF, YYSTDERR.
[bison.git] / src / symtab.h
index 4ebc4a1afea4f1fee3b9b142533164a8bdb156d0..b98902e14015b1e210cd307b99fc0f24aaaab010 100644 (file)
@@ -42,9 +42,6 @@ typedef struct bucket
   struct bucket *link;
   struct bucket *next;
 
-  /* The line it was found in. */
-  short line;
-
   /* The key, name of the symbol. */
   char *tag;
   /* Its type. */