aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-31 20:19:26 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-31 20:19:26 +0000
commita91178099e67db918d6da5c03c3c2564363c55f1 (patch)
tree5e761962dfb568e7fb951db92497bd8cb0eda313 /src
parente83556dbb044ac9237d7964e7ae1e85079cdcedd (diff)
downloadopen-axiom-a91178099e67db918d6da5c03c3c2564363c55f1.tar.gz
* interp/sys-macros.lisp (APPEND2): Remove.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/interp/sys-macros.lisp3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2fd2d37..e2bf2ea7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/sys-macros.lisp (APPEND2): Remove.
+
2008-10-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/i-analy.boot (bottomUpDefaultCompile): Declared local
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)