opnsense-ports/lang/hope/files/patch-src_yylex.c
Franco Fichtner ee1340af02 */*: sync with upstream
Taken from: FreeBSD
2016-05-16 11:27:06 +02:00

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)) {
/*