compiler.graphviz: fix load error

Slava Pestov 2010-05-10 00:24:13 -04:00
parent 8468f72b3f
commit 58441c38cc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ IN: compiler.graphviz
: cfg-vertex, ( bb -- ) : cfg-vertex, ( bb -- )
[ number>> number>string ] [ number>> number>string ]
[ kill-block? { "color=grey" "style=filled" } { } ? ] [ kill-block?>> { "color=grey" "style=filled" } { } ? ]
bi node-style, ; bi node-style, ;
: cfgs ( cfgs -- ) : cfgs ( cfgs -- )