In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/38f56868e2d068edc6c54f0a547bb71e6c0a8165?hp=a4e744802906bbf8435494e7f5ab1823213b2448>
- Log ----------------------------------------------------------------- commit 38f56868e2d068edc6c54f0a547bb71e6c0a8165 Author: Andy Dougherty <[email protected]> Date: Mon Sep 27 14:01:45 2010 -0400 Remove empty preprocessor directive in embed.fnc ----------------------------------------------------------------------- Summary of changes: embed.fnc | 1 - embed.h | 2 -- proto.h | 1 - 3 files changed, 0 insertions(+), 4 deletions(-) diff --git a/embed.fnc b/embed.fnc index 070d68b..0ff6d2b 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1858,7 +1858,6 @@ s |int |sv_2iuv_non_preserve |NN SV *const sv # endif # endif sR |I32 |expect_number |NN char **const pattern -# sn |STRLEN |sv_pos_u2b_forwards|NN const U8 *const start \ |NN const U8 *const send|NN STRLEN *const uoffset \ |NN bool *const at_end diff --git a/embed.h b/embed.h index 4ec5bc3..3d6e6ae 100644 --- a/embed.h +++ b/embed.h @@ -1620,8 +1620,6 @@ # endif #ifdef PERL_CORE #define expect_number(a) S_expect_number(aTHX_ a) -#endif -#ifdef PERL_CORE #define sv_pos_u2b_forwards S_sv_pos_u2b_forwards #define sv_pos_u2b_midway S_sv_pos_u2b_midway #define sv_pos_u2b_cached(a,b,c,d,e,f,g) S_sv_pos_u2b_cached(aTHX_ a,b,c,d,e,f,g) diff --git a/proto.h b/proto.h index f729b23..f52c8f1 100644 --- a/proto.h +++ b/proto.h @@ -5609,7 +5609,6 @@ STATIC I32 S_expect_number(pTHX_ char **const pattern) #define PERL_ARGS_ASSERT_EXPECT_NUMBER \ assert(pattern) -# STATIC STRLEN S_sv_pos_u2b_forwards(const U8 *const start, const U8 *const send, STRLEN *const uoffset, bool *const at_end) __attribute__nonnull__(1) __attribute__nonnull__(2) -- Perl5 Master Repository
