hi,

> > > > ;; test1.scm
> >  > > (declare (uses srfi-13))
> >  > >
> >  > > (eval-when (compile load eval)
> >  > >   (require-extension srfi-13))

> (eval-when (compile eval load) (use srfi-13))
> 

aren't require-extension and use the same?
at least on my machine (still with 2.732) both versions work.
the (declare (uses srfi-13)) seems to cause the error, but i don't
understand why.

bye,
hans.


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

Reply via email to