diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-28 14:39:25 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-28 14:39:25 +0100 |
commit | 4cd7b6979919dad2dba90c096eb8581bb4266632 (patch) | |
tree | cbafbdba7d529091310ddb3ef6141bbb51672297 /contrib/libucl/ucl_internal.h | |
parent | 23b5c2485802c0055e79aa8935cd061e7365db4e (diff) | |
download | rspamd-4cd7b6979919dad2dba90c096eb8581bb4266632.tar.gz rspamd-4cd7b6979919dad2dba90c096eb8581bb4266632.zip |
Import fixes from libucl.
Diffstat (limited to 'contrib/libucl/ucl_internal.h')
-rw-r--r-- | contrib/libucl/ucl_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libucl/ucl_internal.h b/contrib/libucl/ucl_internal.h index 7528750ff..0bb225148 100644 --- a/contrib/libucl/ucl_internal.h +++ b/contrib/libucl/ucl_internal.h @@ -193,6 +193,7 @@ struct ucl_parser { int flags; ucl_object_t *top_obj; ucl_object_t *cur_obj; + ucl_object_t *trash_objs; char *cur_file; struct ucl_macro *macroes; struct ucl_stack *stack; |