mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
11 lines
231 B
C
11 lines
231 B
C
--- 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)) {
|
|
/*
|