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