summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 3238b7fe..1fe7f1b9 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -160,6 +160,7 @@ struct cnfstmt { /* base statement, for simple types */
union {
struct {
struct cnfexpr *expr;
+ uchar *printable; /* printable expr for debugging */
struct cnfstmt *t_then;
struct cnfstmt *t_else;
} cond;