(output_constant): Handle CHAR_TYPE and BOOLEAN_TYPE like INTEGER_TYPE.

From-SVN: r3169
This commit is contained in:
Richard Stallman 1993-01-09 09:16:50 +00:00
parent c55dc79a59
commit 644ea577e5
1 changed files with 2 additions and 0 deletions

View File

@ -2680,6 +2680,8 @@ output_constant (exp, size)
switch (code)
{
case CHAR_TYPE:
case BOOLEAN_TYPE:
case INTEGER_TYPE:
case ENUMERAL_TYPE:
case POINTER_TYPE: