Remove vestiges of earlier type merger
This commit is contained in:
parent
71b6220963
commit
0373fe0e2a
1 changed files with 1 additions and 4 deletions
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 a new issue