chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Interesting case.


From: Jörg F . Wittenberger
Subject: [Chicken-users] Interesting case.
Date: 11 Aug 2011 23:05:25 +0200

I ran into some old code, which might never have been used;
however now it compiles with warning:

 access to variable `tmp7448' which has an undefined value

The code itself was silly, however: the procedure had a rest argument
by the name of "values", i.e.:
(define (sillything a b . values) ...)

Renaming "values" to "rest" got me rid of the warning.  However I believe
this cures the symptom instead of the issue.

/Jerry
.............



reply via email to

[Prev in Thread] Current Thread [Next in Thread]