diff options
Diffstat (limited to '')
| -rw-r--r-- | src/eval.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/eval.h b/src/eval.h index e190b28..ac394e8 100644 --- a/src/eval.h +++ b/src/eval.h @@ -37,7 +37,6 @@ extern char *commandname; /* currently executing command */ extern int exitstatus; /* exit status of last command */ extern int back_exitstatus; /* exit status of backquoted command */ -extern struct strlist *cmdenviron; /* environment for builtin command */ struct backcmd { /* result of evalbackcmd */ |