diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:54:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:54:42 +0000 |
commit | b3e5c95e72eb5ef0da062fcedae8b033bb65f823 (patch) | |
tree | b5af127ddaab3270bf02aaada1ad6e81618acf67 /ext/Data | |
parent | 31a572f1af10f4f4aa17b8feb0c7306d17041839 (diff) | |
download | perl-b3e5c95e72eb5ef0da062fcedae8b033bb65f823.tar.gz |
win32 fixes for VC 6.0 nits
p4raw-id: //depot/perl@1435
Diffstat (limited to 'ext/Data')
-rw-r--r-- | ext/Data/Dumper/Dumper.xs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/Data/Dumper/Dumper.xs b/ext/Data/Dumper/Dumper.xs index 001a1f8ca1..07e82d5f7c 100644 --- a/ext/Data/Dumper/Dumper.xs +++ b/ext/Data/Dumper/Dumper.xs @@ -1,12 +1,6 @@ -#ifdef __cplusplus -extern "C" { -#endif #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -#ifdef __cplusplus -} -#endif static SV *freezer; static SV *toaster; |