[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
incf gives compiler warnings
- To: info-mcl
- Subject: incf gives compiler warnings
- From: hamalai2@rapola.cc.tut.fi (H[M[L[INEN TIMO)
- Date: 14 Aug 91 00:53:56 GMT
- Followup-to: comp.lang.lisp.mcl
- Newsgroups: comp.lang.lisp.mcl
- Organization: Tampere University of Technology, Finland
- Reply-to: hamalai2@rapola.cc.tut.fi
- Sender: news@cc.tut.fi (USENET News System)
Welcome to Macintosh Common Lisp Version 2.0b1p3!
? (setq a 1 b 2)
2
? (incf a b)
;Compiler warnings :
; Undeclared free variable B, in an anonymous lambda form.
; Undeclared free variable A (2 references), in an anonymous lambda form.
3
?
Is this a bug, or should the compiler give these warnings (version
1.3.2 doesn't)?
I discovered this when I wrote a couple of define-modify-macros,
which also give similar warnings.
--------------------------------------------------------
Timo Hamalainen
e-mail: hamalai2@rapola.cc.tut.fi