ports/editors/uemacs/patches/patch-src_eval_c

13 lines
310 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/eval.c
--- src/eval.c.orig
+++ src/eval.c
@@ -1470,7 +1470,7 @@ xnext: ++sp;
/* setwlist: Set an alternative list of character to be
considered "in a word */
-PASCAL NEAR setwlist(wclist)
+void PASCAL NEAR setwlist(wclist)
char *wclist; /* list of characters to consider "in a word" */