|
@@ -1098,6 +1098,8 @@ void expr_fprint(struct expr *e, FILE *out)
|
|
static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str)
|
|
static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str)
|
|
{
|
|
{
|
|
str_append((struct gstr*)data, str);
|
|
str_append((struct gstr*)data, str);
|
|
|
|
+ if (sym)
|
|
|
|
+ str_printf((struct gstr*)data, " [=%s]", sym_get_string_value(sym));
|
|
}
|
|
}
|
|
|
|
|
|
void expr_gstr_print(struct expr *e, struct gstr *gs)
|
|
void expr_gstr_print(struct expr *e, struct gstr *gs)
|