diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-10-26 08:41:17 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-10-26 08:41:17 -0400 |
commit | 5badaf182a69fc7d67f9ae2e5a0a8e5bf7edea36 (patch) | |
tree | 063e92eebe8bb8761687451b45c15d9101af60b3 /src/compiler.sig | |
parent | 978e1439b5b985f1483f7eb1edfc954e3f2bf1c2 (diff) |
Avoid using libpq when unneeded
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 2 |
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 |