Fix optimized. to literalize words when printing #push nodes

db4
Slava Pestov 2008-11-29 00:37:26 -06:00
parent c1d249afb2
commit 265e57e21a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ M: #shuffle node>quot
[ drop "COMPLEX SHUFFLE" , ]
} cond ;
M: #push node>quot literal>> , ;
M: #push node>quot literal>> literalize , ;
M: #call node>quot word>> , ;