blob: 0c63add80d5fa6fe9f33e1e4fa8cfaf4010db05e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/yylex.c.orig 1999-04-09 12:21:08 UTC
+++ src/yylex.c
@@ -157,7 +157,7 @@ yylex(void)
inptr = start;
return ';';
}
- if (! getline())
+ if (! get_line())
return EOF;
} else if (IsDigit(c)) {
/*
|