diff options
Diffstat (limited to 'shell/math.h')
-rw-r--r-- | shell/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/math.h b/shell/math.h index 9812184f1..439031828 100644 --- a/shell/math.h +++ b/shell/math.h | |||
@@ -57,7 +57,7 @@ typedef const char* FAST_FUNC (*arith_var_lookup_t)(const char *name); | |||
57 | typedef void FAST_FUNC (*arith_var_set_t)(const char *name, const char *val); | 57 | typedef void FAST_FUNC (*arith_var_set_t)(const char *name, const char *val); |
58 | 58 | ||
59 | typedef struct arith_state_t { | 59 | typedef struct arith_state_t { |
60 | uint64_t evaluation_disabled; | 60 | unsigned evaluation_disabled; |
61 | const char *errmsg; | 61 | const char *errmsg; |
62 | void *list_of_recursed_names; | 62 | void *list_of_recursed_names; |
63 | arith_var_lookup_t lookupvar; | 63 | arith_var_lookup_t lookupvar; |