aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nlib.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-01 01:26:18 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-01 01:26:18 +0000
commitde3a19c35df30298d323c5882e39931f329ea29e (patch)
treeaf88701e0c1f76b62ebccc69bde59abd622b21ab /src/interp/nlib.lisp
parent1161470b917484fbec82a236d33a742befc8b933 (diff)
downloadopen-axiom-de3a19c35df30298d323c5882e39931f329ea29e.tar.gz
Introduce Boot wrapper for GET-IO-INDEX-STREAM.
Diffstat (limited to 'src/interp/nlib.lisp')
-rw-r--r--src/interp/nlib.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/nlib.lisp b/src/interp/nlib.lisp
index 6ed9a531..79c19b64 100644
--- a/src/interp/nlib.lisp
+++ b/src/interp/nlib.lisp
@@ -91,6 +91,9 @@
(setq indextable pos)))
(values stream indextable)))
+(defun |getIndexIOStreamAndTable| (d)
+ (multiple-value-call #'cons (get-io-index-stream d)))
+
;substitute indextable in dirname
(defun write-indextable (indextable stream)