diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index c2e70a535..300f19132 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -13472,7 +13472,7 @@ static const char op_tokens[] = { | |||
13472 | 13472 | ||
13473 | static arith_t arith (const char *expr, int *perrcode) | 13473 | static arith_t arith (const char *expr, int *perrcode) |
13474 | { | 13474 | { |
13475 | register char arithval; /* Current character under analysis */ | 13475 | char arithval; /* Current character under analysis */ |
13476 | operator lasttok, op; | 13476 | operator lasttok, op; |
13477 | operator prec; | 13477 | operator prec; |
13478 | 13478 | ||