ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
This commit is contained in:
parent
340299a8bc
commit
cc5feabeba
@ -7575,7 +7575,9 @@ static const short nodesize[N_NUMBER] = {
|
|||||||
[NDEFUN ] = SHELL_ALIGN(sizeof(struct narg)),
|
[NDEFUN ] = SHELL_ALIGN(sizeof(struct narg)),
|
||||||
[NARG ] = SHELL_ALIGN(sizeof(struct narg)),
|
[NARG ] = SHELL_ALIGN(sizeof(struct narg)),
|
||||||
[NTO ] = SHELL_ALIGN(sizeof(struct nfile)),
|
[NTO ] = SHELL_ALIGN(sizeof(struct nfile)),
|
||||||
|
#if ENABLE_ASH_BASH_COMPAT
|
||||||
[NTO2 ] = SHELL_ALIGN(sizeof(struct nfile)),
|
[NTO2 ] = SHELL_ALIGN(sizeof(struct nfile)),
|
||||||
|
#endif
|
||||||
[NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)),
|
[NCLOBBER ] = SHELL_ALIGN(sizeof(struct nfile)),
|
||||||
[NFROM ] = SHELL_ALIGN(sizeof(struct nfile)),
|
[NFROM ] = SHELL_ALIGN(sizeof(struct nfile)),
|
||||||
[NFROMTO ] = SHELL_ALIGN(sizeof(struct nfile)),
|
[NFROMTO ] = SHELL_ALIGN(sizeof(struct nfile)),
|
||||||
|
Loading…
Reference in New Issue
Block a user