X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/550a72a3be6adb5ec84545bef484685661c87f58..f282676b7e6c9ae1b66233dbfc522bb685c3ece2:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index c68ec8fe..354fb8fd 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -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;