reverse condition for tail position marking
This commit is contained in:
parent
3418aebe3f
commit
30fcd6468f
|
@ -571,7 +571,7 @@ analyze_call(analyze_state *state, pic_value obj, bool tailpos)
|
||||||
pic_value seq;
|
pic_value seq;
|
||||||
pic_sym call;
|
pic_sym call;
|
||||||
|
|
||||||
if (tailpos) {
|
if (! tailpos) {
|
||||||
call = state->sCALL;
|
call = state->sCALL;
|
||||||
} else {
|
} else {
|
||||||
call = state->sTAILCALL;
|
call = state->sTAILCALL;
|
||||||
|
|
Loading…
Reference in New Issue