summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-07 17:25:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-07 17:25:07 +0000
commit349fd7b7286e5fa0d4cd22565b1943fa16790eac (patch)
tree36b7625b6d2a7eed7810513e861c6aa0eb085e45 /embed.h
parentf0cd5c3a554e4ef8e1237a87856de1d143ee3531 (diff)
downloadperl-349fd7b7286e5fa0d4cd22565b1943fa16790eac.tar.gz
various fixups for windows
p4raw-id: //depot/perl@4101
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/embed.h b/embed.h
index 266a6919a0..ab68e0ec4b 100644
--- a/embed.h
+++ b/embed.h
@@ -1005,9 +1005,6 @@
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
#define isa_lookup S_isa_lookup
#endif
-#if defined(PERL_IN_XSUTILS_C) || defined(PERL_DECL_PROT)
-#define modify_SV_attributes S_modify_SV_attributes
-#endif
#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
#define mess_alloc S_mess_alloc
# if defined(LEAKTEST)
@@ -2333,9 +2330,6 @@
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
#define isa_lookup(a,b,c,d) S_isa_lookup(aTHX_ a,b,c,d)
#endif
-#if defined(PERL_IN_XSUTILS_C) || defined(PERL_DECL_PROT)
-#define modify_SV_attributes(a,b,c,d) S_modify_SV_attributes(aTHX_ a,b,c,d)
-#endif
#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
#define mess_alloc() S_mess_alloc(aTHX)
# if defined(LEAKTEST)
@@ -4549,10 +4543,6 @@
#define S_isa_lookup CPerlObj::S_isa_lookup
#define isa_lookup S_isa_lookup
#endif
-#if defined(PERL_IN_XSUTILS_C) || defined(PERL_DECL_PROT)
-#define S_modify_SV_attributes CPerlObj::S_modify_SV_attributes
-#define modify_SV_attributes S_modify_SV_attributes
-#endif
#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
#define S_mess_alloc CPerlObj::S_mess_alloc
#define mess_alloc S_mess_alloc