mirror of
https://github.com/frida/tinycc
synced 2025-01-01 17:44:26 +03:00
One more s/int/long/
This commit is contained in:
parent
ce8d71edbc
commit
c92daa02e4
2
tcc.c
2
tcc.c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user