]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
* src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
[bison.git] / src / symtab.h
index 0f852b7aa7dd9bb22d9aec905fa817c224de4d46..13eb1437ed9d1076d665bb696d9795d3b743ee45 100644 (file)
@@ -97,6 +97,9 @@ struct symbol
 /* Print a symbol (for debugging). */
 void symbol_print (symbol *s, FILE *f);
 
+/* Fetch (or create) the symbol associated to KEY.  */
+symbol *symbol_from_uniqstr (const uniqstr key, location loc);
+
 /* Fetch (or create) the symbol associated to KEY.  */
 symbol *symbol_get (const char *key, location loc);