summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-09-05 21:58:06 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-21 08:47:40 -0300
commitde54a1f165c533182b1d21240f94f10a5db97f2f (patch)
treef42a63f9e02e96f4e96251efd7aa058d7fd0a80a /perl.h
parentf2d27736c7054fb877aa058300a3c5b76d15801c (diff)
downloadperl-de54a1f165c533182b1d21240f94f10a5db97f2f.tar.gz
Removed the ifdef & define for VDf
This remained only for compatibility with CPAN, but nothing there uses it.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl.h b/perl.h
index db199de932..5a2761469a 100644
--- a/perl.h
+++ b/perl.h
@@ -3060,15 +3060,6 @@ typedef pthread_key_t perl_key;
#ifdef PERL_CORE
/* not used; but needed for backward compatibility with XS code? - RMB */
-# undef VDf
-#else
-# ifndef VDf
-# define VDf "vd"
-# endif
-#endif
-
-#ifdef PERL_CORE
-/* not used; but needed for backward compatibility with XS code? - RMB */
# undef UVf
#else
# ifndef UVf