summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/os2/os2ish.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/os2/os2ish.h')
-rw-r--r--gnu/usr.bin/perl/os2/os2ish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/os2/os2ish.h b/gnu/usr.bin/perl/os2/os2ish.h
index 70c8cbecf9f..fb71cd0fd93 100644
--- a/gnu/usr.bin/perl/os2/os2ish.h
+++ b/gnu/usr.bin/perl/os2/os2ish.h
@@ -274,7 +274,7 @@ void Perl_OS2_term(void **excH, int exitstatus, int flags);
/* #define PERL_SYS_TERM_BODY() STMT_START { \
if (Perl_HAB_set) WinTerminate(Perl_hab); } STMT_END */
-#define dXSUB_SYS OS2_XS_init()
+#define dXSUB_SYS int fake = OS2_XS_init() PERL_UNUSED_DECL
#ifdef PERL_IS_AOUT
/* # define HAS_FORK */