Dorai Sitaram <[EMAIL PROTECTED]> writes:

> > I'll just trust you on this.  Could you provide a ChangeLog entry that
> > describes the change?
> 
> Hi Marius.  Here's my stab at it:
> 
>     ice-9/psyntax.ss: Removed assertion in
>     datum->syntax-object that checked if the first
>     argument, a syntax-object, is an identifier.
>     Henceforth, any syntax-object may be used as
>     datum->syntax-object's first argument. 

Ok, thanks.  I used this:

        * psyntax.ss (datum->syntax-object): Removed assertion in
        datum->syntax-object that checked if the first argument, a
        syntax-object, is an identifier.  This was a unconvenient and
        unnecessary restriction.  Thanks to Dorai Sitaram!

> Note that you have to regenerate psyntax.pp from the
> thus-changed psyntax.ss.  I presume you have a
> standard way of doing it.  Here's one method that
> will work.

You can also just type "make" in the ice-9 directory (or in your build
directory).

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to