diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 14eeaafcc..98d862744 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <sys/resource.h> /* getrlimit */ | 21 | #include <sys/resource.h> /* getrlimit */ |
22 | 22 | ||
23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; | 23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; |
24 | const char defoptindvar[] ALIGN1 = "OPTIND=1"; | ||
24 | 25 | ||
25 | 26 | ||
26 | int FAST_FUNC is_well_formed_var_name(const char *s, char terminator) | 27 | int FAST_FUNC is_well_formed_var_name(const char *s, char terminator) |