summaryrefslogtreecommitdiffstats
path: root/edify/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'edify/expr.h')
-rw-r--r--edify/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/expr.h b/edify/expr.h
index 5c06de846..886347991 100644
--- a/edify/expr.h
+++ b/edify/expr.h
@@ -49,6 +49,8 @@ typedef struct {
// in addition to the error code.
CauseCode cause_code = kNoCause;
+ bool is_retry = false;
+
} State;
#define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null