mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-24 16:35:40 +08:00
9df075595e
? in identifiers turns out to be used in the field even in non-TASM mode. Resolve this by allowing it in an identifier still, but treat '?' by itself the same as we would a keyword, meaning that it needs to be separated from other identifier characters. In other words: a ? b : c ; conditional expression a?b:c ; seg:off expression seg = a?b, off = c Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com> |
||
---|---|---|
.. | ||
alloc.c | ||
alloc.h | ||
asprintf.c | ||
badenum.c | ||
bsi.c | ||
crc64.c | ||
errfile.c | ||
file.c | ||
file.h | ||
filename.c | ||
hashtbl.c | ||
ilog2.c | ||
md5c.c | ||
mmap.c | ||
nctype.c | ||
path.c | ||
perfhash.c | ||
perfhash.pl | ||
raa.c | ||
rbtree.c | ||
readnum.c | ||
realpath.c | ||
saa.c | ||
string.c | ||
strlist.c | ||
ver.c | ||
zerobuf.c |