summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-24 15:49:52 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-24 15:49:52 -0500
commit4acc576d52308431a4d0311e8b37984ab3d0b0bc (patch)
treea85cf2491794d4c0615efc0411e96bfe01159bb2 /src/compiler.sig
parentea12b669d50bb0a397ec5449359607ae5d66386a (diff)
Convenience libifying; allow more NULLs with globals
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index e34b771e..fbc3011e 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -156,4 +156,6 @@ signature COMPILER = sig
val debug : bool ref
+ val addPath : string * string -> unit
+
end