summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-26 08:41:17 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-26 08:41:17 -0400
commit87b4008ca82e6779c48f9be777c0f54ea4c4cca4 (patch)
tree063e92eebe8bb8761687451b45c15d9101af60b3 /src/compiler.sig
parent30a571eeca8ad8c61cc0182ec550d66af179aa37 (diff)
Avoid using libpq when unneeded
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index f0914d0f..0c95934a 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -38,7 +38,7 @@ signature COMPILER = sig
debug : bool
}
val compile : string -> unit
- val compileC : {cname : string, oname : string, ename : string} -> unit
+ val compileC : {cname : string, oname : string, ename : string, libs : string} -> unit
type ('src, 'dst) phase
type ('src, 'dst) transform