bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext-0.11.2: cosmetic cleanup


From: Rapp, Perry
Subject: gettext-0.11.2: cosmetic cleanup
Date: Sat, 15 Jun 2002 22:44:57 -0400

Misc. minor cleanup


#1)

src\po-lex.c
circa line 246:

static inline bool
mb_iseq (mbc, sc)
     const mbchar_t mbc;
     char sc;


That ought to be "int sc" to agree with the earlier static prototype.



#2)

line 116 of intl\plural-exp.c

        char *endp;


ought to be 

          const char *endp;

(because it is not modified, and nplurals is assigned to it,
which is const char *)



Cordially,

Perry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]