summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 21bd42f446..5080c1b472 100644
--- a/perl.h
+++ b/perl.h
@@ -1322,6 +1322,16 @@ typedef Sighandler_t Sigsave_t;
# define RUNOPS_DEFAULT runops_standard
#endif
+/*
+ * These need prototyping here because <proto.h> isn't
+ * included until after runops is initialised.
+ */
+
+int runops_standard _((void));
+#ifdef DEBUGGING
+int runops_debug _((void));
+#endif
+
/****************/
/* Truly global */
/****************/