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 ............. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
