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

PATCH: latest AIX dependendency fixes



This is just a few more mod_exports added.

Oliver

--- Src/parse.c.bak	Thu Feb  3 10:17:10 2000
+++ Src/parse.c	Thu Feb  3 10:17:55 2000
@@ -2365,7 +2365,7 @@
 }
 
 /**/
-Eprog
+mod_export Eprog
 dupeprog(Eprog p)
 {
     Eprog r;
--- Src/hist.c.bak	Thu Feb  3 10:50:32 2000
+++ Src/hist.c	Thu Feb  3 10:52:01 2000
@@ -707,7 +707,7 @@
 /* initialize the history mechanism */
 
 /**/
-void
+mod_export void
 hbegin(int dohist)
 {
     isfirstln = isfirstch = 1;
@@ -927,7 +927,7 @@
 /* say we're done using the history mechanism */
 
 /**/
-int
+mod_export int
 hend(void)
 {
     int flag, save = 1;



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