From 4c34a6936037142444c003aac9d374ea84e5a195 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 7 Apr 2011 08:36:51 -0600 Subject: [PATCH] PATCH: [perl #87810] BBC Text::MultiMarkdown A statement should have been outside a block but was inside it. The indentation was correct, and in a number of times reading the code I still missed it. I'm having trouble distilling down the failure scenario into a simple test case, and am short on tuits right now, so a test will be committed later. --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regcomp.c b/regcomp.c index 560696e..d639c58 100644 --- a/regcomp.c +++ b/regcomp.c @@ -972,10 +972,10 @@ S_cl_or(const RExC_state_t *pRExC_state, struct regnode_charclass_class *cl, con cl->flags |= ANYOF_UNICODE_ALL; } } + } /* Take the union */ cl->flags |= or_with->flags; - } } } -- 2.7.4