vm: fashion brigade

db4
Joe Groff 2011-12-21 13:25:05 -08:00
parent 442923b561
commit 9f137c66d4
2 changed files with 9 additions and 9 deletions

View File

@ -240,7 +240,7 @@ void quotation_jit::iterate_quotation()
push(obj.value()); push(obj.value());
break; break;
case QUOTATION_TYPE: case QUOTATION_TYPE:
/* 'if' preceeded by two literal quotations (this is why if and ? are /* 'if' preceded by two literal quotations (this is why if and ? are
mutually recursive in the library, but both still work) */ mutually recursive in the library, but both still work) */
if(fast_if_p(i,length)) if(fast_if_p(i,length))
{ {