summaryrefslogtreecommitdiff
path: root/editors/gate/files/patch-spel.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gate/files/patch-spel.c')
-rw-r--r--editors/gate/files/patch-spel.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/editors/gate/files/patch-spel.c b/editors/gate/files/patch-spel.c
index dfde6de5f20a..e04fda6d22f8 100644
--- a/editors/gate/files/patch-spel.c
+++ b/editors/gate/files/patch-spel.c
@@ -1,13 +1,11 @@
-diff --git spel.c spel.c
-index 5c53256..1e9ad04 100644
---- spel.c
+--- spel.c.orig 2003-06-19 16:55:51 UTC
+++ spel.c
-@@ -151,7 +151,7 @@ empty_repl()
- /* ADD_REPL - Add the given replacement to the list of replacements.
- * "replace" may be NULL to indicate that the word is to be ignored.
- */
--
-+void
- add_repl(char *word, int word_len, char *replace)
- {
- struct repl *r;
+@@ -683,7 +683,7 @@ int fix_word(char *line, int offset, int
+ for(;;)
+ {
+ subtask= 1;
+- if (getline(bf,NULL,&wcol,st))
++ if (get_line(bf,NULL,&wcol,st))
+ {
+ printf("\nSpell Check Interupted.\n");
+ return 1;