X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fxml%2Fdata%2Fdata.factor;h=645c693540baa37124bacc6ed57bf08258108db2;hp=5db7b801328517edc12ee392d686da25daf2cd6f;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/xml/data/data.factor b/basis/xml/data/data.factor index 5db7b80132..645c693540 100644 --- a/basis/xml/data/data.factor +++ b/basis/xml/data/data.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2005, 2009 Daniel Ehrenberg ! See http://factorcode.org/license.txt for BSD license. USING: accessors arrays assocs combinators -combinators.short-circuit delegate delegate.protocols fry kernel -macros sequences slots strings vectors words ; +combinators.short-circuit delegate delegate.protocols kernel +sequences slots strings vectors words ; IN: xml.data TUPLE: interpolated var ;