Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Src/lex.c - missing mod_export
- X-seq: zsh-workers 12613
 
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: PATCH: Src/lex.c - missing mod_export
 
- Date: Mon, 14 Aug 2000 14:44:17 +0400
 
- Importance: Normal
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
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;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author