vm: fashion brigade
parent
442923b561
commit
9f137c66d4
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue