Back out change

db4
Daniel Ehrenberg 2008-01-29 13:53:54 -06:00
parent a263784f94
commit f2dbf50c6c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ SYMBOL: compiled
{ {
{ [ dup compiled get key? ] [ drop ] } { [ dup compiled get key? ] [ drop ] }
{ [ dup primitive? ] [ drop ] } { [ dup primitive? ] [ drop ] }
{ [ dup deferred? ] [ drop ] }
{ [ t ] [ dup compile-queue get set-at ] } { [ t ] [ dup compile-queue get set-at ] }
} cond ; } cond ;