(gen_type): Handle ERROR_MARK.

From-SVN: r10392
This commit is contained in:
Richard Kenner 1995-09-22 18:36:48 -04:00
parent da6f5c588c
commit 61d2941ae6
1 changed files with 4 additions and 0 deletions

View File

@ -492,6 +492,10 @@ gen_type (ret_val, t, style)
data_type = "void";
break;
case ERROR_MARK:
data_type = "[ERROR]";
break;
default:
abort ();
}