aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grep
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/grep')
-rw-r--r--src/cmd/grep/grep.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/grep/grep.y b/src/cmd/grep/grep.y
index 60d83828..fdde6839 100644
--- a/src/cmd/grep/grep.y
+++ b/src/cmd/grep/grep.y
@@ -124,7 +124,7 @@ yyerror(char *e, ...)
exits("syntax");
}
-long
+int
yylex(void)
{
char *q, *eq;