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

PATCH: Src/lex.c - missing mod_export



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