]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Sep 2001 14:08:52 +0000 (14:08 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Sep 2001 14:08:52 +0000 (14:08 +0000)
src/msgcat.c
src/msgconv.c
src/msgen.c
src/msgexec.c
src/msggrep.c
src/msgl-cat.c
src/msgl-iconv.c
src/msguniq.c
src/open-po.c

index 80a4f184cb5140f3a8a24539b453ae69bb6aacbf..4c3b39ac67fcb611e08b822de77302e1a5c7ab17 100644 (file)
@@ -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));
 
 
index 057beccc2611c5d7ec82dea806f48044855f6f9f..81c0a26e44b836ba95e90ca110e0c7118c0b1a5e 100644 (file)
@@ -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));
 
 
index 3e209035283f88ec3c367958c523fbddcdfe064d..b2395f841d4b98be99f75b09a5851eb623646b44 100644 (file)
@@ -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));
 
index f3cd8ffea2513d920c43105c6ddf30a14db54bbf..b206da01b3f45d514e7eaecb69ecbabe1c2fc7ae 100644 (file)
@@ -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));
index 107c73132e74a3755c58c7040a3fb6284c54f07b..a06367ca294e205cf7c3bf1b7a32c859ae5fcbb6 100644 (file)
@@ -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
index 32c8edb4dde5b3c387188277357f9f91fe56aa99..a1ff339419e5e611e9bb52023c60cccee127dab1 100644 (file)
@@ -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));
index 54b65ca5fc452d3b96d39be841b9e52f1273ef19..0faa1c2ab27cfb34cad21e3311506a5fc634a4d4 100644 (file)
@@ -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,
index fd9dc8571ed8f603c702874b64412cf902c6faa6..a771a301b09558c5628a988314c17e87a03a45ac 100644 (file)
@@ -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));
 
 
index 4aed4223e1205ee04f9b61ec18aee4ec060f55e0..4540f3df173bb1b19eaac30d08f3a122e142a1bf 100644 (file)
@@ -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.  */