zsh-workers
 help / color / mirror / code / Atom feed
* Re: PATCH: Src/lex.c - missing mod_export
@ 2000-08-14 12:52 Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2000-08-14 12:52 UTC (permalink / raw)
  To: zsh-workers


Andrej Borsenkow wrote:

> I'm afraid, we end up exporting pretty everything out of main Zsh :-) (This is
> now used somewhere inside of completion).
>
> ...
>
> -int
> +int mod_export
>  parse_subst_string(char *s)

Oops. My fault. I've committed it (moving the mod_export before the int).


Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: Src/lex.c - missing mod_export
@ 2000-08-14 10:44 Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2000-08-14 10:44 UTC (permalink / raw)
  To: ZSH workers mailing list

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;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-08-14 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-14 12:52 PATCH: Src/lex.c - missing mod_export Sven Wischnowsky
  -- strict thread matches above, loose matches on Subject: below --
2000-08-14 10:44 Andrej Borsenkow

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).