summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-08 10:48:12 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:38:46 +0200
commit27611c7efb2d100758c6f75b7d4ce02a57a62cda (patch)
treedca315bab4271bd72e89f30ca59ed6e156a0933d
parent9d39b505a1764018aaa41efa9e48f96f1c1d33f3 (diff)
downloadexternal_gettext-27611c7efb2d100758c6f75b7d4ce02a57a62cda.zip
external_gettext-27611c7efb2d100758c6f75b7d4ce02a57a62cda.tar.gz
external_gettext-27611c7efb2d100758c6f75b7d4ce02a57a62cda.tar.bz2
Comment.
-rw-r--r--src/x-lisp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/x-lisp.c b/src/x-lisp.c
index 3c063e0..43ecbf0 100644
--- a/src/x-lisp.c
+++ b/src/x-lisp.c
@@ -653,6 +653,8 @@ enum number_type
n_float
};
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static enum number_type is_number PARAMS ((const struct token *tp, int *basep));
static enum number_type