diff options
Diffstat (limited to 'lang/hope/files/patch-src_source.c')
-rw-r--r-- | lang/hope/files/patch-src_source.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/hope/files/patch-src_source.c b/lang/hope/files/patch-src_source.c deleted file mode 100644 index f5a11a47c5a2..000000000000 --- a/lang/hope/files/patch-src_source.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/source.c.orig 1999-04-09 23:40:26 UTC -+++ src/source.c -@@ -250,7 +250,7 @@ static const char *const errname[] = { - abort(); - if (errtype >= FATALERR) { - if (gen_listing) /* copy the rest to the listing */ -- while (getline()) -+ while (get_line()) - ; - (void)exit(1); - } -@@ -287,7 +287,7 @@ interactive(void) - * otherwise it ends in a newline (whitespace) and then a null. - */ - global Bool --getline(void) -+get_line(void) - { - if (atend && cur_source >= source) { - if (cur_source > source) |