diff options
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index 8ef41a58..025a6bcd 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -36,7 +36,8 @@ signature COMPILER = sig exe : string, sql : string option, debug : bool, - profile : bool + profile : bool, + timeout : int } val compile : string -> unit val compileC : {cname : string, oname : string, ename : string, libs : string, profile : bool} -> unit |