One more s/int/long/

tcc-xref
Shinichiro Hamaji 2008-12-01 02:22:59 +09:00 committed by grischka
parent ce8d71edbc
commit c92daa02e4
1 changed files with 1 additions and 1 deletions

2
tcc.c
View File

@ -4293,7 +4293,7 @@ static int macro_subst_tok(TokenString *tok_str,
next_nomacro();
}
tok_str_add(&str, 0);
sym_push2(&args, sa->v & ~SYM_FIELD, sa->type.t, (int)str.str);
sym_push2(&args, sa->v & ~SYM_FIELD, sa->type.t, (long)str.str);
sa = sa->next;
if (tok == ')') {
/* special case for gcc var args: add an empty