Mail Archives: djgpp-workers/2001/02/22/03:05:28
On Wed, 21 Feb 2001, Juan Manuel Guerrero wrote:
In a ChangeLog entry, if a change is conditioned by a preprocessing
symbol, the name of that symbol should appear before the colon, not
after it. This is correct:
> * gettextP.h [O_BINARY]: New macros READ, WRITE,
But this is not:
> * libgnuintl.h: [DJGPP] Resolve function name collision.
> *** gettext-2001-02-05.orig/djgpp/config.sed Thu Jan 1 00:00:00 1970
> --- gettext-2001-02-05/djgpp/config.sed Fri Feb 16 18:12:28 2001
> ***************
> *** 0 ****
[snip]
> + s,\\.old\\.,_old.,g\
> + s,\\.tab\\.c,_tab.c,g\
> + s,\\.tab\\.h,_tab.h,g\
> + s,gettext-1,gettext.1,g\
> + s,gettext-2,gettext.2,g\
> + s,msgcmp-1,msgcmp.1,g\
> + s,msgcmp-2,msgcmp.2,g\
Shouldn't this use fnchange.lst file instead of repeating the same
conversions twice in two different places?
- Raw text -