On Sun, 9 Jan 2011, Paul Eggert wrote: > * data/glr.c, data/yacc.c: Do not use apostrophes in '#' comments, > as they confuse xgettext, which tries to parse them as C character > constants in a preprocessor directive.
Sorry, could you explain this a bit more? xgettext runs on yacc.c and glr.c? I agree that somehow it should do that. I wasn't aware it already was doing that or that it even knew how. > * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as > that expression might not promote to int on some platforms. Thanks for this fix. I noticed you're only pushing to master. Please keep in mind that branch-2.5 should still receive bug fixes.
