aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisplib.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r--src/interp/lisplib.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot
index be1bd700..fa7b3fa7 100644
--- a/src/interp/lisplib.boot
+++ b/src/interp/lisplib.boot
@@ -34,6 +34,9 @@ import '"nlib"
import '"c-util"
)package "BOOT"
+++
+$functionLocations := []
+
--% Standard Library Creation Functions
readLib(fn,ft) == readLib1(fn,ft,"*")