diff options
Diffstat (limited to 'sucl/cli.icl')
-rw-r--r-- | sucl/cli.icl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sucl/cli.icl b/sucl/cli.icl index 311bd0f..88bbe6e 100644 --- a/sucl/cli.icl +++ b/sucl/cli.icl @@ -1,3 +1,9 @@ +implementation module cli + +// $Id$ + +/* + cli.lit - Clean implementation modules ====================================== @@ -243,3 +249,5 @@ Compiling clean parts into module information... > ctargs = init targs > ctroot = hd (theap--nodelist tgraph (troot:targs)) > ctgraph = updategraph ctroot (fn,[last targs,troot]) tgraph + +*/ |