]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "prettyprint.config: string-limit? shouldn't be a global."
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 5 Aug 2014 17:48:31 +0000 (10:48 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 5 Aug 2014 17:48:31 +0000 (10:48 -0700)
This reverts commit d33877a9416f978d6d093ab80817af50f1401372.

basis/prettyprint/config/config.factor

index 93b3af74778e810b4062e539749dc9f16b7ce572..ed18ee71dccee307e7438a364adee3ceb78963b7 100644 (file)
@@ -19,7 +19,7 @@ SYMBOL: c-object-pointers?
 15 nesting-limit set-global
 100 length-limit set-global
 10 number-base set-global
-string-limit? on
+t string-limit? set-global
 
 : with-short-limits ( quot -- )
     H{