-/*-----------------------------------------------------------------.
-| Return the tag of this SYMBOL in a printable form. Warning: use |
-| the first QUOTEARG slot: 0. |
-`-----------------------------------------------------------------*/
-
-const char *
-symbol_tag_get (symbol_t *symbol)
-{
- return quotearg_style (escape_quoting_style, symbol->tag);
-}
-
-
-/*------------------------------------------------------------.
-| Return the tag of this SYMBOL in a printable form. Use the |
-| QUOTEARG slot number N. |
-`------------------------------------------------------------*/
+/*------------------------------------------------------------------.
+| Set the TYPE_NAME associated to SYMBOL. Does nothing if passed 0 |
+| as TYPE_NAME. |
+`------------------------------------------------------------------*/