mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-03 08:41:02 +08:00
preproc: Missed double charp in nasm_trace
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
9880ea4572
commit
9d1141aea9
@ -503,7 +503,7 @@ static ExpInv *new_ExpInv(int exp_type, ExpDef *ed);
|
||||
|
||||
#define stringify(x) #x
|
||||
|
||||
#define nasm_trace(msg, ...) printf("(%s:%d): " msg "\n", __func__, __LINE__, __VA_ARGS__)
|
||||
#define nasm_trace(msg, ...) printf("(%s:%d): " msg "\n", __func__, __LINE__, ##__VA_ARGS__)
|
||||
#define nasm_dump_token(t) nasm_raw_dump_token(t, __FILE__, __LINE__, __func__);
|
||||
|
||||
/* FIXME: we really need some compound type here instead of inplace code */
|
||||
|
Loading…
Reference in New Issue
Block a user