From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5082 invoked from network); 14 Aug 2000 10:45:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Aug 2000 10:45:26 -0000 Received: (qmail 21271 invoked by alias); 14 Aug 2000 10:44:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12613 Received: (qmail 21233 invoked from network); 14 Aug 2000 10:44:50 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: PATCH: Src/lex.c - missing mod_export Date: Mon, 14 Aug 2000 14:44:17 +0400 Message-ID: <000001c005dc$98e348b0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 I'm afraid, we end up exporting pretty everything out of main Zsh :-) (This is now used somewhere inside of completion). -andrej Have a nice DOS! B >> Index: Src/lex.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/lex.c,v retrieving revision 1.12 diff -u -r1.12 lex.c --- Src/lex.c 2000/07/19 20:42:37 1.12 +++ Src/lex.c 2000/08/14 10:41:26 @@ -1460,7 +1460,7 @@ * to parse the right-hand side of ${...%...} substitutions. */ /**/ -int +int mod_export parse_subst_string(char *s) { int c, l = strlen(s), err, olen;