removed the debug message for encountering STRING-type Values

This commit is contained in:
erikb 1986-11-12 09:55:28 +00:00
parent 830cebff5a
commit 1754d94047

View File

@ -68,7 +68,6 @@ EVAL(expr, val, code, true_label, false_label)
load_val(expr, val);
break;
case String: /* a string constant */
expr_warning(expr, "(DEBUG) value-class 'String' seen");
if (gencode) {
struct expr *ex = expr;
string2pointer(&ex);