chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Interesting case.


From: Felix
Subject: Re: [Chicken-users] Interesting case.
Date: Fri, 12 Aug 2011 02:57:47 -0400 (EDT)

From: Jörg F. Wittenberger <address@hidden>
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



reply via email to

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