summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index dfe4e930..9f856158 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -31,6 +31,7 @@ signature COMPILER = sig
type job = string list
val compile : job -> unit
+ val compileC : {cname : string, oname : string, ename : string} -> unit
val parseLig : string -> Source.sgn_item list option
val testLig : string -> unit