summaryrefslogtreecommitdiff
path: root/perltest.pl
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-30 11:11:52 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-30 11:11:52 +0000
commitf519d354b9128f7f7928c0b3143519b230a45703 (patch)
tree1eca4e5310378e18278399e6c89f075ad192bafe /perltest.pl
parent2c66be81f5e01386a2f9ff1d49d46fc1a1051e1a (diff)
downloadpcre-f519d354b9128f7f7928c0b3143519b230a45703.tar.gz
Fix compile problems when heap is in use
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@512 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'perltest.pl')
-rwxr-xr-xperltest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/perltest.pl b/perltest.pl
index b73646b..fba2fa9 100755
--- a/perltest.pl
+++ b/perltest.pl
@@ -94,8 +94,8 @@ for (;;)
# Remove /J from a pattern with duplicate names.
$pattern =~ s/J(?=[a-zA-Z]*$)//;
-
- # Remove /K from a pattern (asks pcretest to check MARK data) */
+
+ # Remove /K from a pattern (asks pcretest to check MARK data) */
$pattern =~ s/K(?=[a-zA-Z]*$)//;