Re: [PATCH] Fix warning about extra semicolon in guile-snarf output

2011-09-19 Thread Ludovic Courtès
Hi Julian! Julian Graham skribis: > The attached patch fixes that issue by removing a semicolon from the > expansion of `SCM_STATIC_SUBR_OBJVECT'. Anyone mind if I apply it? Applied, thanks! Ludo’.

[PATCH] Fix warning about extra semicolon in guile-snarf output

2011-09-18 Thread Julian Graham
Hey Guilers, Long time no see! I was porting some code I wrote to use `guile-snarf' for doing gsubr binding, and I noticed that if you've got -pedantic and -Wall turned on, GCC complains that the code generated by snarfing has an extra semicolon: "ISO C does not allow extra ; outside of a func