]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/syntax/syntax.factor
Fixing conflicts from stack checker changes
[factor.git] / basis / html / templates / chloe / syntax / syntax.factor
index d9462d5dde9a1e76ff04118dad61745032e3a7e6..7af37b65929831ace268e9437c31c1dd6d6ff1b8 100644 (file)
@@ -18,7 +18,7 @@ tags [ H{ } clone ] initialize
 : CHLOE:
     scan parse-definition define-chloe-tag ; parsing
 
-: chloe-ns "http://factorcode.org/chloe/1.0" ; inline
+CONSTANT: chloe-ns "http://factorcode.org/chloe/1.0"
 
 : chloe-name? ( name -- ? )
     url>> chloe-ns = ;