reverse condition for tail position marking

This commit is contained in:
Yuichi Nishiwaki 2014-01-27 21:24:10 +09:00
parent 3418aebe3f
commit 30fcd6468f
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ analyze_call(analyze_state *state, pic_value obj, bool tailpos)
pic_value seq;
pic_sym call;
if (tailpos) {
if (! tailpos) {
call = state->sCALL;
} else {
call = state->sTAILCALL;