diff src/compiler.sig @ 385:1195f6e4d208

Support for URL prefixes that works with local demo
author Adam Chlipala <adamc@hcoop.net>
date Sun, 19 Oct 2008 15:47:47 -0400
parents 78358e5df273
children 5de838fb0950
line wrap: on
line diff
--- a/src/compiler.sig	Sun Oct 19 15:19:41 2008 -0400
+++ b/src/compiler.sig	Sun Oct 19 15:47:47 2008 -0400
@@ -30,6 +30,7 @@
 signature COMPILER = sig
 
     type job = {
+         prefix : string,
          database : string option,
          sources : string list,
          exe : string,