diff options
Diffstat (limited to 'src/interp/cfuns.lisp')
-rw-r--r-- | src/interp/cfuns.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/cfuns.lisp b/src/interp/cfuns.lisp index c9e33696..03fcdb0d 100644 --- a/src/interp/cfuns.lisp +++ b/src/interp/cfuns.lisp @@ -64,6 +64,7 @@ ; (|findString| (namestring p) str) ) +#+:GCL (defun |getEnv| (var-name) (system::getenv var-name)) ;;stolen from AXIOM-XL src/strops.c |