summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-03-13 21:21:56 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-03-13 21:21:56 +0000
commitafa3982fcaedd011e12c3a9e34cde5c4a15c44f5 (patch)
tree2d0551fa5a4d93f8f0c9cb930b6afedc03b4a823 /gen.c
parent5e2a783acd9e77105ec6cf0e11b6027dbdd48718 (diff)
Fixed another -Wall report.
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.c b/gen.c
index b78f595..f5318fd 100644
--- a/gen.c
+++ b/gen.c
@@ -1896,7 +1896,7 @@ void make_tables ()
outn ("\tif ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \\");
outn ("\t\t{ \\");
outn ("\t\tint c = '*'; \\");
- outn ("\t\tsize_t n; \\");
+ outn ("\t\tint n; \\");
outn ("\t\tfor ( n = 0; n < max_size && \\");
outn ("\t\t\t (c = getc( yyin )) != EOF && c != '\\n'; ++n ) \\");
outn ("\t\t\tbuf[n] = (char) c; \\");