diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-31 20:19:26 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-31 20:19:26 +0000 |
commit | a91178099e67db918d6da5c03c3c2564363c55f1 (patch) | |
tree | 5e761962dfb568e7fb951db92497bd8cb0eda313 /src/interp | |
parent | e83556dbb044ac9237d7964e7ae1e85079cdcedd (diff) | |
download | open-axiom-a91178099e67db918d6da5c03c3c2564363c55f1.tar.gz |
* interp/sys-macros.lisp (APPEND2): Remove.
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/sys-macros.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/sys-macros.lisp b/src/interp/sys-macros.lisp index 53a6c3b5..b86c597e 100644 --- a/src/interp/sys-macros.lisp +++ b/src/interp/sys-macros.lisp @@ -173,9 +173,6 @@ `(IFCAR (IFCDR (IFCDR ,arg)))) -(defmacro APPEND2 (x y) - `(append ,x ,y)) - (eval-when #+:common-lisp (:compile-toplevel :load-toplevel :execute) #-:common-lisp (compile load eval) |