mirror of https://github.com/mirror/busybox.git
shell: remove FAST_FUNC from a static function
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_32_stable
parent
58cbf385e0
commit
06f7cf1487
|
@ -251,7 +251,7 @@ typedef struct remembered_name {
|
|||
} remembered_name;
|
||||
|
||||
|
||||
static arith_t FAST_FUNC
|
||||
static arith_t
|
||||
evaluate_string(arith_state_t *math_state, const char *expr);
|
||||
|
||||
static const char*
|
||||
|
@ -582,7 +582,7 @@ static arith_t strto_arith_t(const char *nptr, char **endptr)
|
|||
# endif
|
||||
#endif
|
||||
|
||||
static arith_t FAST_FUNC
|
||||
static arith_t
|
||||
evaluate_string(arith_state_t *math_state, const char *expr)
|
||||
{
|
||||
operator lasttok;
|
||||
|
|
Loading…
Reference in New Issue