summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-05-03 16:41:29 +0000
committerSteve Hay <SteveHay@planit.com>2007-05-03 16:41:29 +0000
commit973f7e2e670dfd20566d14890f0d8717266af6ee (patch)
treed422886ff0f65f4957a0ed3351197233e1c7dd19 /proto.h
parent2fdbfb4d61a8af78322ced14c20952a7b3b5761a (diff)
downloadperl-973f7e2e670dfd20566d14890f0d8717266af6ee.tar.gz
Silence some VC6 compiler warnings in the regex code
p4raw-id: //depot/perl@31131
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 7154b7d337..fbdf6c8bcc 100644
--- a/proto.h
+++ b/proto.h
@@ -1857,7 +1857,7 @@ PERL_CALLCONV void Perl_pregfree(pTHX_ struct regexp* r);
PERL_CALLCONV struct regexp* Perl_reg_temp_copy(pTHX_ struct regexp* r)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV void Perl_regfree_internal(pTHX_ struct regexp* r);
+PERL_CALLCONV void Perl_regfree_internal(pTHX_ REGEXP * const r);
PERL_CALLCONV char * Perl_reg_stringify(pTHX_ MAGIC *mg, STRLEN *lp, U32 *flags, I32 *haseval)
__attribute__nonnull__(pTHX_1);