0
0
forked from aniani/nasm

BR3026808: Assign to local preprocessor variable does not work in 2.09

The commits

20a94ad7fe
29c96651de
13dbfad76b
6f5f7ef417
ddd08c3ccc

seems to do the tricks we need. Eventually
get rid of commented "case".

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2010-07-13 20:23:34 +04:00
parent 7d43804633
commit 984279b1dd

View File

@@ -3509,7 +3509,6 @@ static bool paste_tokens(Token **head, bool handle_paste_tokens)
}
break;
case TOK_ID:
// case TOK_PREPROC_ID:
case TOK_NUMBER:
case TOK_FLOAT:
{