diff options
Diffstat (limited to 'win32/perllib.c')
-rw-r--r-- | win32/perllib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index d1d942c495..2494b44cd0 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -7,7 +7,7 @@ #include "perl.h" #include "XSUB.h" -static void xs_init _((void)); +static void xs_init (void); DllExport int RunPerl(int argc, char **argv, char **env, void *iosubsystem) @@ -96,7 +96,7 @@ char *staticlinkmodules[] = { NULL, }; -EXTERN_C void boot_DynaLoader _((CV* cv)); +EXTERN_C void boot_DynaLoader (CV* cv); static void xs_init() |