]> git.saurik.com Git - bison.git/blobdiff - src/symtab.h
* src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
[bison.git] / src / symtab.h
index 5dc650028679aced01ef1f9a882c2d0da2b067a9..fe37716a109f8b59e7c7f07df098622ca8e63dc1 100644 (file)
@@ -130,6 +130,9 @@ void symbol_make_alias (symbol *sym, symbol *symval, location loc);
     Do nothing if passed 0 as \c type_name.  */
 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
 
+/** Get the \c class string associated with \c sym.  */
+const char *symbol_class_get_string (symbol *sym);
+
 /** Set the \c destructor associated with \c sym.  */
 void symbol_destructor_set (symbol *sym, code_props const *destructor);