Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: config.h and dependency on module zsh/main
- X-seq: zsh-workers 12492
- From: Zefram <zefram@xxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: config.h and dependency on module zsh/main
- Date: Wed, 2 Aug 2000 22:03:17 +0100 (BST)
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <0FYN00L05TSYKI@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> from Peter Stephenson at "Aug 2, 2000 11:14:59 am"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Peter Stephenson wrote:
>I'm not clear what `nozshdep' actually means. Currently it's used only in
>the main zsh module to avoid circular dependencies.
That's all it's intended for.
> It's hard to conceive
>of a real module that *doesn't* depend on the main executable. It would
>have to be some standalone thing (in which case config.h would not be
>relevant).
Something like that. Basically, if you want to use nozshdep in a module
other than zsh/main, you'd better know what you're doing. Knowing what
you're doing includes #including config.h if you actually need it.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author