diff options
Diffstat (limited to 'shell/math.c')
-rw-r--r-- | shell/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.c b/shell/math.c index d75bcae3a..3791b84bc 100644 --- a/shell/math.c +++ b/shell/math.c | |||
@@ -293,7 +293,7 @@ arith_lookup_val(v_n_t *t, a_e_h_t *math_hooks) | |||
293 | /* "applying" a token means performing it on the top elements on the integer | 293 | /* "applying" a token means performing it on the top elements on the integer |
294 | * stack. For a unary operator it will only change the top element, but a | 294 | * stack. For a unary operator it will only change the top element, but a |
295 | * binary operator will pop two arguments and push a result */ | 295 | * binary operator will pop two arguments and push a result */ |
296 | static int | 296 | static NOINLINE int |
297 | arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr, a_e_h_t *math_hooks) | 297 | arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr, a_e_h_t *math_hooks) |
298 | { | 298 | { |
299 | v_n_t *numptr_m1; | 299 | v_n_t *numptr_m1; |