aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-01-24 13:49:15 +0000
committerdos-reis <gdr@axiomatics.org>2008-01-24 13:49:15 +0000
commit20af041c1c069d10197ac8ad932d1d73fe21f5e5 (patch)
tree79110791f57a0b4249bdd27f133f43299542ea74 /src/interp/patches.lisp
parent32699b46b1c0932491cae5c7e7101d2a76975707 (diff)
downloadopen-axiom-20af041c1c069d10197ac8ad932d1d73fe21f5e5.tar.gz
Define some global variables
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 21f12ec1..19b806ca 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -179,8 +179,6 @@
(setq |$sourceFiles| ()) ;; set in readSpad2Cmd
-(setq |$localVars| ()) ;checked by isType
-
(define-function 'SUBSTQ #'SUBSTEQ) ;; needed for substNames (always copy)
#+(and :lucid (not :ibm/370))
(define-function 'RUN-AIX-PROGRAM #'SYS:RUN-AIX-PROGRAM)