diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-03 16:41:29 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-03 16:41:29 +0000 |
commit | 973f7e2e670dfd20566d14890f0d8717266af6ee (patch) | |
tree | d422886ff0f65f4957a0ed3351197233e1c7dd19 /proto.h | |
parent | 2fdbfb4d61a8af78322ced14c20952a7b3b5761a (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |