X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/88bce5a2ef15e5b508749e75ddad709aca85b019..f7aed660541ed7b05c4d892334dfe64ba200a4a2:/src/symtab.c?ds=inline diff --git a/src/symtab.c b/src/symtab.c index 9280915e..7b313120 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -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)