summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-11-14 14:09:44 +0000
committerDave Love <fx@gnu.org>2002-11-14 14:09:44 +0000
commit7a71a86d3d4282d2a9d7016e1b0bae184d63be91 (patch)
tree6623a7604c31f3f1fe65b6f09614d68ee41b82ca /lib-src/make-docfile.c
parentb8f2671f3560a413ab1fdbee369e78a17b4cc76f (diff)
downloademacs-7a71a86d3d4282d2a9d7016e1b0bae184d63be91.tar.gz
(read_c_string_or_comment): Declare msgno.
Diffstat (limited to 'lib-src/make-docfile.c')
-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)
FILE *infile;
int printflag;
int *saw_usage;
+ int comment;
{
register int c;
struct rcsoc_state state;