Mike Gran <[EMAIL PROTECTED]> writes: > Hi, > > In srfi-4.c, pointer arithmetic on void pointers is done. This is a > GNU C extension, and I think it is not C99. For non-GCC C, you might > consider a cast to (char *) or something.
Thanks. I changed the declarations from void* to char*, as I think
that's a little neater than your patch.
Neil
_______________________________________________
Bug-guile mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-guile
