removed the debug message for encountering STRING-type Values
This commit is contained in:
parent
d51281b576
commit
ed106b7feb
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ EVAL(expr, val, code, true_label, false_label)
|
||||||
load_val(expr, val);
|
load_val(expr, val);
|
||||||
break;
|
break;
|
||||||
case String: /* a string constant */
|
case String: /* a string constant */
|
||||||
expr_warning(expr, "(DEBUG) value-class 'String' seen");
|
|
||||||
if (gencode) {
|
if (gencode) {
|
||||||
struct expr *ex = expr;
|
struct expr *ex = expr;
|
||||||
string2pointer(&ex);
|
string2pointer(&ex);
|
||||||
|
|
Loading…
Add table
Reference in a new issue