diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-29 01:41:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-29 01:41:11 +0100 |
commit | 068d386a6c3901c24aba17676555a951c4c860a2 (patch) | |
tree | ef31e0f206c16a960db09cdce025f619c0190fed | |
parent | 76bc2d6deb8ae6e0b55663e18ff55b225ae54bb2 (diff) | |
download | busybox-w32-068d386a6c3901c24aba17676555a951c4c860a2.tar.gz busybox-w32-068d386a6c3901c24aba17676555a951c4c860a2.tar.bz2 busybox-w32-068d386a6c3901c24aba17676555a951c4c860a2.zip |
ash: cosmetics, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c index b1fc304fe..d716d408b 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -2622,12 +2622,10 @@ pwdcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
2622 | 2622 | ||
2623 | #if ENABLE_SH_MATH_SUPPORT | 2623 | #if ENABLE_SH_MATH_SUPPORT |
2624 | # define SIT_ITEM(a,b,c,d) (a | (b << 4) | (c << 8) | (d << 12)) | 2624 | # define SIT_ITEM(a,b,c,d) (a | (b << 4) | (c << 8) | (d << 12)) |
2625 | static const uint16_t S_I_T[] = | ||
2626 | #else | 2625 | #else |
2627 | # define SIT_ITEM(a,b,c,d) (a | (b << 4) | (c << 8)) | 2626 | # define SIT_ITEM(a,b,c,d) (a | (b << 4) | (c << 8)) |
2628 | static const uint16_t S_I_T[] = | ||
2629 | #endif | 2627 | #endif |
2630 | { | 2628 | static const uint16_t S_I_T[] = { |
2631 | #if ENABLE_ASH_ALIAS | 2629 | #if ENABLE_ASH_ALIAS |
2632 | SIT_ITEM(CSPCL , CIGN , CIGN , CIGN ), /* 0, PEOA */ | 2630 | SIT_ITEM(CSPCL , CIGN , CIGN , CIGN ), /* 0, PEOA */ |
2633 | #endif | 2631 | #endif |