]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
* src/parse-gram.y: Include quotearg.h.
[bison.git] / src / symtab.c
index 223229fa79d5a2ec000cddbc79ab6a4ed3746ffc..3b5683a2c6fdcf42efec1db1a395152a2d9b6b4f 100644 (file)
@@ -475,8 +475,7 @@ symbol_get (const char *key, location loc)
   symbol probe;
   symbol *entry;
 
-  /* Keep the symbol in a printable form.  */
-  key = uniqstr_new (quotearg_style (escape_quoting_style, key));
+  key = uniqstr_new (key);
   probe.tag = key;
   entry = hash_lookup (symbol_table, &probe);