summaryrefslogtreecommitdiff
path: root/pcre_printint.src
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-08 15:55:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-08 15:55:23 +0000
commit922f5c7def6633a3a608bb780a5f04c235d77e07 (patch)
tree77d131e8b6055401894a7bba9e9d7328863cc9ba /pcre_printint.src
parent280edf4c74c573c233ec15e7c63a467a13505931 (diff)
downloadpcre-922f5c7def6633a3a608bb780a5f04c235d77e07.tar.gz
Revert handling of atomic groups that do not include captures to the old way of
handling, thus reducing stack usage. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@723 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_printint.src')
-rw-r--r--pcre_printint.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre_printint.src b/pcre_printint.src
index df36a13..739d88e 100644
--- a/pcre_printint.src
+++ b/pcre_printint.src
@@ -260,6 +260,7 @@ for(;;)
case OP_ASSERTBACK:
case OP_ASSERTBACK_NOT:
case OP_ONCE:
+ case OP_ONCE_NC:
case OP_COND:
case OP_SCOND:
case OP_REVERSE: