diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-10-19 15:47:47 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-10-19 15:47:47 -0400 |
commit | f47af837f76a49a6b8bcca24ea1a1e1fcfefab02 (patch) | |
tree | d6ab2f51a59206e3173d0f40da9266f3fb11fdc5 /src/compiler.sig | |
parent | 0a1e81c5811d640c00d5b5984d2254e0d8521743 (diff) |
Support for URL prefixes that works with local demo
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index 31a940c2..f0914d0f 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -30,6 +30,7 @@ signature COMPILER = sig type job = { + prefix : string, database : string option, sources : string list, exe : string, |