Hi Stefano, Le 14 juil. 2012 à 10:07, Stefano Lattarini a écrit :
> Oh, and: since you've fixed actual bugs, I think a NEWS entry is > warranted. You can add that with a follow-up patch on the top of > yacc-work (before that is merged to maint). I've pushed this in yacc-work-2. * Long-standing bugs: - Instead of renaming only self-references of files (typically for #lines), ylwrap now also renames references to the other generated files. This fixes support for GLR and C++ parsers from Bison (PR automake/491 and automake bug#7648): 'parser.c' now properly #includes 'parser.h' instead of 'y.tab.h'. - Generated files unknown to ylwrap are now preserved. This fixes C++ support for Bison (automake bug#7648): location.hh and the like are no longer discarded.