Fix bootstrap
parent
4f702de449
commit
ded68c67c0
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2003, 2008 Slava Pestov.
|
! Copyright (C) 2003, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays generic assocs io kernel math
|
USING: arrays generic assocs io kernel math
|
||||||
namespaces sequences strings io.styles vectors words
|
namespaces sequences strings vectors words
|
||||||
continuations ;
|
continuations ;
|
||||||
IN: prettyprint.config
|
IN: prettyprint.config
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ PRIVATE>
|
||||||
"at the top of the source file:" print nl
|
"at the top of the source file:" print nl
|
||||||
] with-style
|
] with-style
|
||||||
{
|
{
|
||||||
{ page-color COLOR: FactorLightLightTan }
|
{ page-color COLOR: FactorLightTan }
|
||||||
{ border-color COLOR: FactorDarkTan }
|
{ border-color COLOR: FactorDarkTan }
|
||||||
{ inset { 5 5 } }
|
{ inset { 5 5 } }
|
||||||
} [ manifest get pprint-manifest ] with-nesting
|
} [ manifest get pprint-manifest ] with-nesting
|
||||||
|
|
Loading…
Reference in New Issue