]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
Add lib/subpipe.c.
[bison.git] / src / symtab.c
index 9280915ee39c7433aa182684ed298130f048ad81..7b3131205dc8f44851244b45c90da569e187ae38 100644 (file)
@@ -421,7 +421,7 @@ symbol_get (const char *key, location_t location)
 
   /* Keep the symbol in a printable form.  */
   key = quotearg_style (escape_quoting_style, key);
-  (const char *) probe.tag = key;
+  *(char const **) &probe.tag = key;
   entry = hash_lookup (symbol_table, &probe);
 
   if (!entry)