aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/math.c4
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
254static arith_t FAST_FUNC 254static arith_t
255evaluate_string(arith_state_t *math_state, const char *expr); 255evaluate_string(arith_state_t *math_state, const char *expr);
256 256
257static const char* 257static 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
585static arith_t FAST_FUNC 585static arith_t
586evaluate_string(arith_state_t *math_state, const char *expr) 586evaluate_string(arith_state_t *math_state, const char *expr)
587{ 587{
588 operator lasttok; 588 operator lasttok;