summaryrefslogtreecommitdiffstats
path: root/src/msgexec.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-09-03 14:08:52 +0000
committerBruno Haible <bruno@clisp.org>2001-09-03 14:08:52 +0000
commit6274dd02e8915d1428eb2477f59190a1cdb7c799 (patch)
tree5e51f9974f5a6cdf2f5f7b7009793b290caeca63 /src/msgexec.c
parent08387fc7257030e019c77dee8ff940c25ff238bd (diff)
downloadexternal_gettext-6274dd02e8915d1428eb2477f59190a1cdb7c799.zip
external_gettext-6274dd02e8915d1428eb2477f59190a1cdb7c799.tar.gz
external_gettext-6274dd02e8915d1428eb2477f59190a1cdb7c799.tar.bz2
Comment.
Diffstat (limited to 'src/msgexec.c')
-rw-r--r--src/msgexec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msgexec.c b/src/msgexec.c
index f3cd8ff..b206da0 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));