Commit 644ea577 by Richard Stallman

(output_constant): Handle CHAR_TYPE and BOOLEAN_TYPE like INTEGER_TYPE.

From-SVN: r3169
parent c55dc79a
......@@ -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:
......
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