diff options
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3660,6 +3660,8 @@ void parse_number(const char *p) else tokc.ull = n; } + if (ch) + error("invalid number\n"); } |
