Commit 61d2941a by Richard Kenner

(gen_type): Handle ERROR_MARK.

From-SVN: r10392
parent da6f5c58
......@@ -492,6 +492,10 @@ gen_type (ret_val, t, style)
data_type = "void";
break;
case ERROR_MARK:
data_type = "[ERROR]";
break;
default:
abort ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment