diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-12 03:25:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-12 03:25:17 +0000 |
commit | 326b05e39df78c03a667485573aed70a9080cab0 (patch) | |
tree | 8aeb45ed238b3c5098f60d7c42b7812474be91ac /win32/perllib.c | |
parent | 4b026b9ec580787cd32d43ab9381ecc2040179be (diff) | |
download | perl-326b05e39df78c03a667485573aed70a9080cab0.tar.gz |
Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
done cleaner, if really needed (perhaps only for efficiency reasons?)).
Redundant EXTERN_C definitions and related warnings fixed.
p4raw-id: //depot/win32/perl@238
Diffstat (limited to 'win32/perllib.c')
-rw-r--r-- | win32/perllib.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index 317c88ac05..56cba541b9 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -7,12 +7,6 @@ #include "perl.h" #include "XSUB.h" -#ifdef __cplusplus -# define EXTERN_C extern "C" -#else -# define EXTERN_C extern -#endif - static void xs_init _((void)); __declspec(dllexport) int |