From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17944 invoked from network); 3 Feb 2000 14:02:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Feb 2000 14:02:33 -0000 Received: (qmail 16486 invoked by alias); 3 Feb 2000 14:02:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9547 Received: (qmail 16475 invoked from network); 3 Feb 2000 14:02:21 -0000 Message-ID: <38998A5C.44DDF80A@u.genie.co.uk> Date: Thu, 03 Feb 2000 14:02:04 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: PATCH: latest AIX dependendency fixes Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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;