From: Bruno Haible Date: Mon, 3 Sep 2001 14:08:52 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.11~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6274dd02e8915d1428eb2477f59190a1cdb7c799;p=thirdparty%2Fgettext.git Comment. --- diff --git a/src/msgcat.c b/src/msgcat.c index 80a4f184c..4c3b39ac6 100644 --- a/src/msgcat.c +++ b/src/msgcat.c @@ -75,7 +75,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void usage PARAMS ((int status)); diff --git a/src/msgconv.c b/src/msgconv.c index 057beccc2..81c0a26e4 100644 --- a/src/msgconv.c +++ b/src/msgconv.c @@ -69,7 +69,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void usage PARAMS ((int status)); diff --git a/src/msgen.c b/src/msgen.c index 3e2090352..b2395f841 100644 --- a/src/msgen.c +++ b/src/msgen.c @@ -62,7 +62,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void usage PARAMS ((int status)); static msgdomain_list_ty *english PARAMS ((msgdomain_list_ty *mdlp)); diff --git a/src/msgexec.c b/src/msgexec.c index f3cd8ffea..b206da01b 100644 --- a/src/msgexec.c +++ b/src/msgexec.c @@ -101,7 +101,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void usage PARAMS ((int status)); #ifdef EINTR static inline int nonintr_close PARAMS ((int fd)); diff --git a/src/msggrep.c b/src/msggrep.c index 107c73132..a06367ca2 100644 --- a/src/msggrep.c +++ b/src/msggrep.c @@ -99,7 +99,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void no_pass PARAMS ((int opt)); static void usage PARAMS ((int status)); #ifdef EINTR diff --git a/src/msgl-cat.c b/src/msgl-cat.c index 32c8edb4d..a1ff33941 100644 --- a/src/msgl-cat.c +++ b/src/msgl-cat.c @@ -54,7 +54,8 @@ bool msgcomm_mode = false; bool omit_header = false; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static bool is_message_selected PARAMS ((const message_ty *tmp)); static bool is_message_needed PARAMS ((const message_ty *tmp)); static bool is_message_first_needed PARAMS ((const message_ty *tmp)); diff --git a/src/msgl-iconv.c b/src/msgl-iconv.c index 54b65ca5f..0faa1c2ab 100644 --- a/src/msgl-iconv.c +++ b/src/msgl-iconv.c @@ -40,7 +40,8 @@ #define _(str) gettext (str) -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ #if HAVE_ICONV static int iconv_string PARAMS ((iconv_t cd, const char *start, const char *end, diff --git a/src/msguniq.c b/src/msguniq.c index fd9dc8571..a771a301b 100644 --- a/src/msguniq.c +++ b/src/msguniq.c @@ -72,7 +72,8 @@ static const struct option long_options[] = }; -/* Prototypes for local functions. */ +/* Prototypes for local functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ static void usage PARAMS ((int status)); diff --git a/src/open-po.c b/src/open-po.c index 4aed4223e..4540f3df1 100644 --- a/src/open-po.c +++ b/src/open-po.c @@ -39,7 +39,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern int errno; #endif -/* Prototypes for helper functions. */ +/* Prototypes for helper functions. Needed to ensure compiler checking of + function argument counts despite of K&R C function definition syntax. */ extern char *xstrdup PARAMS ((const char *string)); /* This macro is used to determine the number of elements in an erray. */