From: Drew Crampsie Date: Tue, 22 Nov 2005 05:09:06 +0000 (-0800) Subject: actually include the declaim mentioned previously X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/13ebe12f373ec67aa3d4a1c6ee35f8f5892719b7?hp=15bc66bdec222f512812a9db7e0789bb45b20fb3 actually include the declaim mentioned previously darcs-hash:20051122050906-5417e-de288029485017bcdf9f01f2e208cde4c4adb7ce.gz --- diff --git a/src/mewa.lisp b/src/mewa.lisp index fcfead4..203fdf3 100644 --- a/src/mewa.lisp +++ b/src/mewa.lisp @@ -1,5 +1,7 @@ +(declaim (optimize (speed 2) (space 3) (safety 0))) + (in-package :lisp-on-lines) - + (defparameter *default-type* :ucw) ;;;; I think these are unused now