Skip to content
Snippets Groups Projects
Commit e72e3454 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

cleanup: cl: remove bogus proclamations

CL doesn't allow these.
parent 63bb9557
No related branches found
No related tags found
No related merge requests found
......@@ -6,18 +6,6 @@
;;;"Copyright (c) 1991 International Lisp Associates. All rights reserved."
;;; Useful proclamations, very early on
;; not part of ANSI CL, but they're nice to have around
#+(or (and MCL CCL-2) allegro Minima Clozure SBCL)
(eval-when (compile load eval)
(proclaim '(declaration values))
(proclaim '(declaration arglist)))
#+aclpc
(eval-when (compile load eval)
(proclaim '(declaration arglist)))
;;; Moved here from DEFUN. DEFUN now only contains the portable implementation
;;; of the DYNAMIC-EXTENT declaration, and so is not loaded into Lisps which
;;; implement that declaration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment