summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRobin Barker <robin@Spade-Ubuntu.(none)>2010-04-19 17:00:59 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-26 11:41:01 +0200
commit01146bad274273e459645fb4cce5aeac95999d64 (patch)
treeb877fdc0b034bab52962d5c47ea9aa8c151e87d4 /perl.h
parente52cd83cc0ba95181604b2343509a8f91e21eed1 (diff)
downloadperl-01146bad274273e459645fb4cce5aeac95999d64.tar.gz
remove Perl_pmflag
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl.h b/perl.h
index 50351a9d69..89997a0d4a 100644
--- a/perl.h
+++ b/perl.h
@@ -3197,14 +3197,6 @@ typedef pthread_key_t perl_key;
# endif
#endif
-#if !defined(PERL_CORE) && !defined(PERL_NO_SHORT_NAMES)
-# if defined(PERL_IMPLICIT_CONTEXT)
-# define pmflag(a,b) Perl_pmflag(aTHX_ a,b)
-# else
-# define pmflag Perl_pmflag
-# endif
-#endif
-
#ifdef HASATTRIBUTE_DEPRECATED
# define __attribute__deprecated__ __attribute__((deprecated))
#endif