From: Jörg F. Wittenberger <[email protected]>
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.

Hm, I think this must be something different. You could check the output
of "-debug 2" and look for "tmp7448", which might shine some light on this.


cheers,
felix

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to