[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(PROCLAIM '(IGNORE ...))
- To: Common-Lisp@SU-AI.ARPA
- Subject: (PROCLAIM '(IGNORE ...))
- From: Kent M Pitman <KMP@SCRC-STONY-BROOK.ARPA>
- Date: Wed, 16 Apr 86 22:20 EST
I know some implementations don't have the "feature" that the variable IGNORE
implicitly declared IGNORE by the compiler. My question is, can I do:
(PROCLAIM '(IGNORE IGNORE IGNORED IGNORABLE DONT-CARE HUNOZ ...))
to teach those implementations? My reading of CLtL (p160) is that I should
be able to. Does anyone disagree?