From 493ddeaa770de41ab5a6bb5279eed355c84b12ee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 4 Sep 2012 11:05:19 +0200 Subject: new ruleengine: add &-operator (legacy action list) --- grammar/rainerscript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'grammar/rainerscript.h') 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; -- cgit v1.2.3