diff options
author | Dave Love <fx@gnu.org> | 2002-11-14 14:09:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-14 14:09:44 +0000 |
commit | 7a71a86d3d4282d2a9d7016e1b0bae184d63be91 (patch) | |
tree | 6623a7604c31f3f1fe65b6f09614d68ee41b82ca /lib-src | |
parent | b8f2671f3560a413ab1fdbee369e78a17b4cc76f (diff) | |
download | emacs-7a71a86d3d4282d2a9d7016e1b0bae184d63be91.tar.gz |
(read_c_string_or_comment): Declare msgno.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/make-docfile.c | 1 |
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; |