TOK_PPNUM in asm (Edmund Grimley Evans version)

master
seyko 2016-05-08 05:14:03 +03:00
parent a94e8d439a
commit 75243f744c
1 changed files with 1 additions and 0 deletions

View File

@ -2641,6 +2641,7 @@ maybe_newline:
|| c == '.'
|| ((c == '+' || c == '-')
&& (t == 'e' || t == 'E' || t == 'p' || t == 'P')
&& !(parse_flags & PARSE_FLAG_ASM_FILE)
)))
break;
}