aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love2002-11-14 14:09:44 +0000
committerDave Love2002-11-14 14:09:44 +0000
commit7a71a86d3d4282d2a9d7016e1b0bae184d63be91 (patch)
tree6623a7604c31f3f1fe65b6f09614d68ee41b82ca /lib-src
parentb8f2671f3560a413ab1fdbee369e78a17b4cc76f (diff)
downloademacs-7a71a86d3d4282d2a9d7016e1b0bae184d63be91.tar.gz
emacs-7a71a86d3d4282d2a9d7016e1b0bae184d63be91.zip
(read_c_string_or_comment): Declare msgno.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index a4828d53361..0b90eba8953 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -338,6 +338,7 @@ read_c_string_or_comment (infile, printflag, comment, saw_usage)
338 FILE *infile; 338 FILE *infile;
339 int printflag; 339 int printflag;
340 int *saw_usage; 340 int *saw_usage;
341 int comment;
341{ 342{
342 register int c; 343 register int c;
343 struct rcsoc_state state; 344 struct rcsoc_state state;