diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-25 20:26:02 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-25 20:26:02 +0200 |
commit | 7aec86820d7bcf2842d167969c4fa7159ea643f7 (patch) | |
tree | a53577353eebe340ba6bc6571944752957b047be /console-tools | |
parent | 20a2cd6291924d405e636916962c6294d3b8544e (diff) | |
download | busybox-7aec86820d7bcf2842d167969c4fa7159ea643f7.tar.gz |
ash: [EVAL] Let funcnode refer to a function definition, not its first command
Upstream patch:
Date: Tue, 15 Mar 2011 15:44:47 +0800
[EVAL] Let funcnode refer to a function definition, not its first command
It is not unrelated: I changed the meaning of struct funcnode's field n
to refer to the function definition, rather than the list of the
function's commands, because I needed to refer to the function
definition node from evalfun, which only gets passed a funcnode. But it
is something that could be applied independently (without being useful
by itself), so I've attached it as a separate patch for easier review.
Signed-off-by: Harald van Dijk <harald@gigawatt.nl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
0 files changed, 0 insertions, 0 deletions