2014-08-06 10:39:29 -04:00
|
|
|
USING: compiler.cfg help.markup help.syntax kernel ;
|
|
|
|
IN: compiler.cfg.predecessors
|
|
|
|
|
|
|
|
HELP: needs-predecessors
|
2014-12-10 12:24:12 -05:00
|
|
|
{ $values { "cfg" cfg } }
|
2014-08-06 10:39:29 -04:00
|
|
|
{ $description "Computes predecessor info for the cfg unless it already is up-to-date." } ;
|