Oops, we were compiling the XML PI after the prolog

db4
Slava Pestov 2008-09-23 16:23:57 -05:00
parent 9a6408623b
commit 9a5222427d
1 changed files with 1 additions and 1 deletions

View File

@ -123,8 +123,8 @@ DEFER: compile-element
: compile-prologue ( xml -- )
[
[ before>> compile-chunk ]
[ prolog>> [ write-prolog ] [code-with] ]
[ before>> compile-chunk ]
bi
] compile-quot
[ if-not-nested ] [code] ;