]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_c_string_or_comment): Declare msgno.
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:09:44 +0000 (14:09 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:09:44 +0000 (14:09 +0000)
lib-src/make-docfile.c

index a4828d53361f0fc89a79d258d6aa1c75addd0f5f..0b90eba8953294625e6d6d779f8fc2b2c33e3eea 100644 (file)
@@ -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;