From d8434ceed2c779dc463e98d02529ba9dcc3dd458 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Wed, 22 Jul 2009 20:49:57 -0300 Subject: [PATCH] basis.xml: A fix for (calls init-parser so that the spot variable is binded) --- basis/xml/xml.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/xml/xml.factor b/basis/xml/xml.factor index cca1b5e2e0..a1d734f291 100755 --- a/basis/xml/xml.factor +++ b/basis/xml/xml.factor @@ -110,6 +110,7 @@ PRIVATE> TUPLE: pull-xml scope ; : ( -- pull-xml ) [ + init-parser input-stream [ ] change ! bring var in this scope init-xml text-now? on ] H{ } make-assoc -- 2.34.1