]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
* src/lex.c (read_typename): New function.
[bison.git] / src / symtab.h
index c68ec8feee89a4076da08ac86b96bdded2491780..354fb8fd6bc41bb4ad61d00874141a6c365e7970 100644 (file)
@@ -39,7 +39,10 @@ typedef struct bucket
 {
   struct bucket *link;
   struct bucket *next;
+
+  /* The key, name of the symbol. */
   char *tag;
+  /* Its type. */
   char *type_name;
   short value;
   short prec;