]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
fix for printers and destructors.
[bison.git] / src / symtab.c
index b30ccaf1eb577df2f149f4b00c9c14a2d1f26401..14d107c9ef1dc142275c01a22c2845e512ff7685 100644 (file)
@@ -100,11 +100,7 @@ symbol_new (uniqstr tag, location loc)
   return res;
 }
 
-/*-------------------------------------------------------.
-| Name of the code_props type: %destructor or %printer.  |
-`-------------------------------------------------------*/
-
-static char const *
+char const *
 code_props_type_string (code_props_type kind)
 {
   switch (kind)