diff options
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r-- | grammar/rainerscript.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index 4a508f93..7bbd7456 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -183,7 +183,9 @@ struct cnfstmt { struct cstr_s *pCSCompValue;/* value to "compare" against */ sbool isNegated; uintTiny propID;/* ID of the requested property */ - es_str_t *propName;/* name of property for CEE-based filters */ + //es_str_t *propName;/* name of property for CEE-based filters */ + uchar *propName; + int propNameLen; struct cnfstmt *t_then; struct cnfstmt *t_else; } s_propfilt; |