diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-25 10:15:54 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-25 10:15:54 +0000 |
commit | 2cedf74c736a994c3bd01b28bdb7fb83f0cf05e3 (patch) | |
tree | 06d8d6eb30b9b82f17bfcc30ec5c66c08c844795 /proto.h | |
parent | 97a504ba76c612b4a75b812be186d7ed5f1593ef (diff) | |
download | perl-2cedf74c736a994c3bd01b28bdb7fb83f0cf05e3.tar.gz |
Change #31270 should have updated proto.h to match
p4raw-id: //depot/perl@31275
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3878,7 +3878,7 @@ STATIC void S_debug_start_match(pTHX_ const regexp *prog, const bool do_utf8, co #endif #if defined(PERL_IN_DUMP_C) || defined(PERL_DECL_PROT) -STATIC CV* S_deb_curcv(pTHX_ I32 ix); +STATIC CV* S_deb_curcv(pTHX_ const I32 ix); STATIC void S_debprof(pTHX_ const OP *o) __attribute__nonnull__(pTHX_1); |