summaryrefslogtreecommitdiff
path: root/regcomp_trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp_trie.c')
-rw-r--r--regcomp_trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp_trie.c b/regcomp_trie.c
index 1096a25fcd..31b54ca936 100644
--- a/regcomp_trie.c
+++ b/regcomp_trie.c
@@ -1517,7 +1517,7 @@ Perl_make_trie(pTHX_ RExC_state_t *pRExC_state, regnode *startbranch,
OP( convert ) = TRIE;
/* store the type in the flags */
- convert->flags = nodetype;
+ FLAGS(convert) = nodetype;
DEBUG_r({
optimize = convert
+ NODE_STEP_REGNODE