aboutsummaryrefslogtreecommitdiff
path: root/src/interp/record.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/record.boot')
-rw-r--r--src/interp/record.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/record.boot b/src/interp/record.boot
index 25131364..8d9af571 100644
--- a/src/interp/record.boot
+++ b/src/interp/record.boot
@@ -50,8 +50,8 @@
-- results from running original fn.input file
-import '"nlib"
-import '"pathname"
+import nlib
+import pathname
)package "BOOT"
--=======================================================================