mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-03 18:08:40 +08:00
Remove vestiges of earlier type merger
This commit is contained in:
parent
71b6220963
commit
0373fe0e2a
5
tccpp.c
5
tccpp.c
@ -2401,10 +2401,7 @@ static void parse_number(const char *p)
|
|||||||
tcc_error("integer constant overflow");
|
tcc_error("integer constant overflow");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tok == TOK_CINT || tok == TOK_CUINT)
|
tokc.i = n;
|
||||||
tokc.i = n;
|
|
||||||
else
|
|
||||||
tokc.i = n;
|
|
||||||
}
|
}
|
||||||
if (ch)
|
if (ch)
|
||||||
tcc_error("invalid number\n");
|
tcc_error("invalid number\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user