-/*------------.
-| Free THIS. |
-`------------*/
-
-static void
-symbol_free (symbol_t *this)
-{
-#if 0
- /* This causes crashes because one string can appear more
- than once. */
- XFREE (this->type_name);
-#endif
- XFREE (this->tag);
- XFREE (this);
-}
-
-
-/*-----------------------------------------------------------.
-| If THIS is not defined, report an error, and consider it a |
-| nonterminal. |
-`-----------------------------------------------------------*/
+/*----------------------------------------------------------.
+| If SYM is not defined, report an error, and consider it a |
+| nonterminal. |
+`----------------------------------------------------------*/