summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
db2cc12)
this is a GCC extension and is not portable to other compilers.
/* Keep the symbol in a printable form. */
key = quotearg_style (escape_quoting_style, key);
/* 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)
entry = hash_lookup (symbol_table, &probe);
if (!entry)