zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: latest AIX dependendency fixes
@ 2000-02-03 14:02 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 2000-02-03 14:02 UTC (permalink / raw)
  To: Zsh workers

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-03 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-03 14:02 PATCH: latest AIX dependendency fixes Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).