diff options
author | Jan Dubois <jand@activestate.com> | 1999-01-24 02:12:00 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 13:25:59 +0000 |
commit | 9e7bc3e8c0a5a5a357a2bda9981a86c5a61092c1 (patch) | |
tree | dc6c1d0c460cd55c7d2b7b74378919964cf50799 /pp.h | |
parent | 01e22528c2c3f941ba946b303423dfa59ea39444 (diff) | |
download | perl-9e7bc3e8c0a5a5a357a2bda9981a86c5a61092c1.tar.gz |
remove OVERLOAD conditionals
Message-ID: <36b66479.62756298@smtp1.ibm.net>
p4raw-id: //depot/perl@2903
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -168,8 +168,6 @@ Renew(PL_tmps_stack, PL_tmps_max = PL_tmps_ix + (n) + 1, SV*); \ } STMT_END -#ifdef OVERLOAD - #define AMGf_noright 1 #define AMGf_noleft 2 #define AMGf_assign 4 @@ -240,11 +238,3 @@ SvREFCNT_dec(tmpRef); \ SvRV(rv)=AMG_CALLun(rv,copy); \ } } STMT_END -#else - -#define tryAMAGICbin(a,b) -#define tryAMAGICbinSET(a,b) -#define tryAMAGICun(a) -#define tryAMAGICunSET(a) - -#endif /* OVERLOAD */ |