diff options
Diffstat (limited to 'src/eval.h')
-rw-r--r-- | src/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.h b/src/eval.h index b509a9fa8..d68b9af47 100644 --- a/src/eval.h +++ b/src/eval.h @@ -14,6 +14,7 @@ typedef struct eval_expression { const char *source; const char *parsed_as; + int *status; calculated_number *this; time_t *after; time_t *before; |