1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(read_c_string_or_comment): Declare msgno.

This commit is contained in:
Dave Love 2002-11-14 14:09:44 +00:00
parent b8f2671f35
commit 7a71a86d3d

View 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;