From a91178099e67db918d6da5c03c3c2564363c55f1 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 31 Oct 2008 20:19:26 +0000 Subject: * interp/sys-macros.lisp (APPEND2): Remove. --- src/ChangeLog | 4 ++++ src/interp/sys-macros.lisp | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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 + + * interp/sys-macros.lisp (APPEND2): Remove. + 2008-10-29 Gabriel Dos Reis * 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) -- cgit v1.2.3