diff options
Diffstat (limited to 'editors/gate/files/patch-line.c')
-rw-r--r-- | editors/gate/files/patch-line.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gate/files/patch-line.c b/editors/gate/files/patch-line.c deleted file mode 100644 index c36f28220fe7..000000000000 --- a/editors/gate/files/patch-line.c +++ /dev/null @@ -1,11 +0,0 @@ ---- line.c.orig 2003-06-19 15:06:54 UTC -+++ line.c -@@ -82,7 +82,7 @@ void mcursor(int *col, int *lin, char ch - * If <wbuf> is NULL, then this does a more ordinary, wrapless read. - */ - --int getline(char *buf, char *wbuf, int *wcol, char *prompt) -+int get_line(char *buf, char *wbuf, int *wcol, char *prompt) - { - int linemode= (wbuf == NULL); /* reading single line, not file */ - int wrapon= !linemode; /* is line wrap enabled? */ |