summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-04-26 19:32:15 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-04-27 12:29:47 +0000
commit721e86b6b33d80a7a725210c34b4f10a4d35bdaf (patch)
tree7b1fbcf52aedd8c2be0c0fa6723e8679815a640c /proto.h
parent5f887a311898cc2bf99ef46debb8cd05eb8490c3 (diff)
downloadperl-721e86b6b33d80a7a725210c34b4f10a4d35bdaf.tar.gz
Removing unused context
Message-ID: <20060427053215.GA31445@petdance.com> p4raw-id: //depot/perl@27976
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index 8a5b92a4c7..bd5d285edf 100644
--- a/proto.h
+++ b/proto.h
@@ -3737,13 +3737,13 @@ STATIC I32 S_expect_number(pTHX_ char** pattern)
__attribute__nonnull__(pTHX_1);
#
-STATIC STRLEN S_sv_pos_u2b_forwards(pTHX_ const U8 *const start, const U8 *const send, STRLEN uoffset)
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_2);
+STATIC STRLEN S_sv_pos_u2b_forwards(const U8 *const start, const U8 *const send, STRLEN uoffset)
+ __attribute__nonnull__(1)
+ __attribute__nonnull__(2);
-STATIC STRLEN S_sv_pos_u2b_midway(pTHX_ const U8 *const start, const U8 *send, STRLEN uoffset, STRLEN uend)
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_2);
+STATIC STRLEN S_sv_pos_u2b_midway(const U8 *const start, const U8 *send, STRLEN uoffset, STRLEN uend)
+ __attribute__nonnull__(1)
+ __attribute__nonnull__(2);
STATIC STRLEN S_sv_pos_u2b_cached(pTHX_ SV *sv, MAGIC **mgp, const U8 *const start, const U8 *const send, STRLEN uoffset, STRLEN uoffset0, STRLEN boffset0)
__attribute__nonnull__(pTHX_1)