-/* Return the tag of this SYMBOL in a printable form. Warning: uses
- the QUOTEARG slot 0. */
-const char *symbol_tag_get PARAMS ((symbol_t *symbol));
-
-/* Return the tag of this SYMBOL in a printable form. Use the
- QUOTEARG slot number N. */
-const char *symbol_tag_get_n PARAMS ((symbol_t *symbol, int n));
-
-/* Print the tag of this SYMBOL. */
-void symbol_tag_print PARAMS ((symbol_t *symbol, FILE *out));