fixed null-pointer constants and SkipToNewLine()
This commit is contained in:
@@ -146,7 +146,7 @@ size_of(register struct expr **expp;)
|
||||
[%if (first_of_type_specifier(AHEAD) && AHEAD != IDENTIFIER)
|
||||
cast(&tp)
|
||||
{
|
||||
*expp = intexpr(size_of_type(tp, "type"), INT);
|
||||
*expp = intexpr(size_of_type(tp, "type"), ULONG);
|
||||
(*expp)->ex_flags |= EX_SIZEOF;
|
||||
}
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user