;;; -*- Mode:LISP; Package:COMPILER; Base:10; Readtable:CL -*- ;; ||| New file -- smh 29sep88 ;; This holds macro definitions for cross compiling for the Falcon. ;; It is supposed to be cross compiled and the FDEF file the ;; loaded in as part of the cross compiler. The actual compiled file ;; might or might not want eventually to be loaded on the Falcon. (defmacro PUSHNEW (item place &rest testandkey) `(setf ,place (adjoin ,item ,place . ,testandkey)))