]> gitweb.factorcode.org Git - factor.git/commitdiff
Cleanup
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 13 Apr 2009 19:41:01 +0000 (14:41 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 13 Apr 2009 19:41:01 +0000 (14:41 -0500)
basis/io/styles/styles.factor

index 89fe90b5685b938437d3b7995021632618415356..66b5f0458fbcfb59584d6c61012fb095c571a1ef 100644 (file)
@@ -135,11 +135,11 @@ SYMBOL: wrap-margin
 SYMBOL: table-gap
 SYMBOL: table-border
 
-: standard-table-style ( -- style )
+CONSTANT: standard-table-style
     H{
         { table-gap { 5 5 } }
         { table-border T{ rgba f 0.8 0.8 0.8 1.0 } }
-    } ;
+    }
 
 ! Input history
 TUPLE: input string ;