diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-12-01 07:47:35 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-01 19:54:11 +0000 |
commit | 3a9222bef66d8694e74574667f2e773ea7c3f1ed (patch) | |
tree | 1f51296172a3bbd748f76207f88d94c2fd9fc5dc /proto.h | |
parent | 9e730509907b8752181af8e7fd62436ee39ccc0a (diff) | |
download | perl-3a9222bef66d8694e74574667f2e773ea7c3f1ed.tar.gz |
Eliminate setenv_getix()
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510812010947p7df19438kc19c279bcffe4b83@mail.gmail.com>
Date: Mon, 1 Dec 2008 12:47:35 -0500
p4raw-id: //depot/perl@34971
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2962,13 +2962,6 @@ PERL_CALLCONV char* Perl_screaminstr(pTHX_ SV *bigstr, SV *littlestr, I32 start_ #define PERL_ARGS_ASSERT_SCREAMINSTR \ assert(bigstr); assert(littlestr); assert(old_posp) -#if !defined(VMS) && defined(PERL_IN_UTIL_C) -STATIC I32 S_setenv_getix(pTHX_ const char* nam) - __attribute__nonnull__(pTHX_1); -#define PERL_ARGS_ASSERT_SETENV_GETIX \ - assert(nam) - -#endif PERL_CALLCONV void Perl_setdefout(pTHX_ GV* gv); PERL_CALLCONV HEK* Perl_share_hek(pTHX_ const char* str, I32 len, U32 hash) __attribute__nonnull__(pTHX_1); |