compiler.graphviz: fix load error

db4
Slava Pestov 2010-05-10 00:24:13 -04:00
parent 7450dcf9ff
commit 73ff8ffed1
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 -- )