diff options
author | Ron Yorston <rmy@pobox.com> | 2020-11-12 08:27:51 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-11-12 08:27:51 +0000 |
commit | ead8b92e3d66ab45235e137f85fb3a529dcc64ef (patch) | |
tree | af268270382dad969218063d4a8120fc91a9e631 /shell/math.c | |
parent | 567728c22dddea4ed33b8a69641ba2e0c3f1f600 (diff) | |
parent | 64981b4c8e88812c322bee3832f1d421ff670ed5 (diff) | |
download | busybox-w32-ead8b92e3d66ab45235e137f85fb3a529dcc64ef.tar.gz busybox-w32-ead8b92e3d66ab45235e137f85fb3a529dcc64ef.tar.bz2 busybox-w32-ead8b92e3d66ab45235e137f85fb3a529dcc64ef.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'shell/math.c')
-rw-r--r-- | shell/math.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/math.c b/shell/math.c index aac5017d0..2942cdd26 100644 --- a/shell/math.c +++ b/shell/math.c | |||
@@ -251,7 +251,7 @@ typedef struct remembered_name { | |||
251 | } remembered_name; | 251 | } remembered_name; |
252 | 252 | ||
253 | 253 | ||
254 | static arith_t FAST_FUNC | 254 | static arith_t |
255 | evaluate_string(arith_state_t *math_state, const char *expr); | 255 | evaluate_string(arith_state_t *math_state, const char *expr); |
256 | 256 | ||
257 | static const char* | 257 | static const char* |
@@ -582,7 +582,7 @@ static arith_t strto_arith_t(const char *nptr, char **endptr) | |||
582 | # endif | 582 | # endif |
583 | #endif | 583 | #endif |
584 | 584 | ||
585 | static arith_t FAST_FUNC | 585 | static arith_t |
586 | evaluate_string(arith_state_t *math_state, const char *expr) | 586 | evaluate_string(arith_state_t *math_state, const char *expr) |
587 | { | 587 | { |
588 | operator lasttok; | 588 | operator lasttok; |