summaryrefslogtreecommitdiff
path: root/lang/hope/files/patch-src_yylex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hope/files/patch-src_yylex.c')
-rw-r--r--lang/hope/files/patch-src_yylex.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/hope/files/patch-src_yylex.c b/lang/hope/files/patch-src_yylex.c
deleted file mode 100644
index 0c63add80d5f..000000000000
--- a/lang/hope/files/patch-src_yylex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)) {
- /*