Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: AIX dependency fix



Would anyone mind if I just commit these and don't bother to post them?

Oliver

Index: Src/Zle/zle_misc.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/zle_misc.c,v
retrieving revision 1.3
diff -u -r1.3 zle_misc.c
--- Src/Zle/zle_misc.c  2000/05/03 12:21:56     1.3
+++ Src/Zle/zle_misc.c  2000/05/10 14:57:55
@@ -57,7 +57,7 @@
 }

 /**/
-int
+mod_export int
 selfinsert(char **args)
 {
     char s[3], *p = s;



Messages sorted by: Reverse Date, Date, Thread, Author