0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-08-23 10:33:50 -04:00
H. Peter Anvin 9bb46df4b7 Handle weird cases of token pasting
Especially when token pasting involves floating-point numbers, we can
have some really strange effects from token pasting: for example,
pasting the two tokens "xyzzy" and "1e+10" ends up with *three*
tokens: "xyzzy1e" "+" "10".  The easiest way to deal with this is to
explicitly combine the string and then run tokenize() on it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-04-07 21:59:24 -07:00
..
2008-09-25 02:33:24 -07:00
2008-10-16 13:03:40 -07:00
2009-03-17 16:18:41 -07:00
2008-07-03 20:16:40 -07:00
2008-10-01 13:09:27 +02:00
2008-07-19 21:40:07 -07:00
2008-11-04 14:25:12 -08:00
2007-10-11 20:32:33 -07:00
2002-04-30 20:52:08 +00:00
2002-04-30 20:51:32 +00:00
2002-04-30 20:52:49 +00:00
2007-10-11 20:32:33 -07:00
2008-10-08 23:32:33 -07:00
2008-10-19 16:47:53 -07:00
2008-10-19 16:47:53 -07:00
2008-10-19 16:47:53 -07:00