Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Simplify resolve_nameref and setscope
There are some mechanical problems with this patch:
- It omits a change on line 3132 of builtin.c (arguments to resolve_nameref).
- It uses a constant "false" which appears nowhere else in our sources.
- we have been following the practice of always declaring variables at
the start of a code block, even though it's not strictly necessary
with modern compilers.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author