diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-09-05 21:58:06 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2013-09-21 08:47:40 -0300 |
commit | de54a1f165c533182b1d21240f94f10a5db97f2f (patch) | |
tree | f42a63f9e02e96f4e96251efd7aa058d7fd0a80a /perl.h | |
parent | f2d27736c7054fb877aa058300a3c5b76d15801c (diff) | |
download | perl-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.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |