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 /miniperlmain.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 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index 7522ae28cf..27ad541fb4 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -10,13 +10,6 @@ #include "EXTERN.h" #include "perl.h" -#undef EXTERN_C -#ifdef __cplusplus -# define EXTERN_C extern "C" -#else -# define EXTERN_C extern -#endif - static void xs_init _((void)); static PerlInterpreter *my_perl; |