TOK_PPNUM in asm (Edmund Grimley Evans version)
This commit is contained in:
parent
a94e8d439a
commit
75243f744c
1 changed files with 1 additions and 0 deletions
1
tccpp.c
1
tccpp.c
|
@ -2641,6 +2641,7 @@ maybe_newline:
|
||||||
|| c == '.'
|
|| c == '.'
|
||||||
|| ((c == '+' || c == '-')
|
|| ((c == '+' || c == '-')
|
||||||
&& (t == 'e' || t == 'E' || t == 'p' || t == 'P')
|
&& (t == 'e' || t == 'E' || t == 'p' || t == 'P')
|
||||||
|
&& !(parse_flags & PARSE_FLAG_ASM_FILE)
|
||||||
)))
|
)))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue