summaryrefslogtreecommitdiff
path: root/devel/noweb/files/patch-c_getline.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/noweb/files/patch-c_getline.h')
-rw-r--r--devel/noweb/files/patch-c_getline.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/noweb/files/patch-c_getline.h b/devel/noweb/files/patch-c_getline.h
deleted file mode 100644
index dc3d97949a3d..000000000000
--- a/devel/noweb/files/patch-c_getline.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- c/getline.h.orig 2006-06-12 21:16:23 UTC
-+++ c/getline.h
-@@ -1,6 +1,6 @@
--char *getline_expand (FILE *fp);
-+char *get_line_expand (FILE *fp);
- /* grab a line in buffer, return new buffer or NULL for eof
- tabs in line are expanded according to tabsize */
--char *getline (FILE *fp);
-+char *get_line (FILE *fp);
- /* grab a line in the buffer, return a new buffer or NULL for eof
- no expansion of tabs */