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

Re: config.h and dependency on module zsh/main



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