summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-01 17:03:34 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-01 17:03:34 +0000
commit44a0ac01b39ee4f6b2ddaecc044f8531c3b8c232 (patch)
tree616d4fd4619b46985535cf2798c978e7bbad989d /perl.h
parent8206a063cdc1c193b12df1a45cb3a0ee430b5077 (diff)
downloadperl-44a0ac01b39ee4f6b2ddaecc044f8531c3b8c232.tar.gz
Move runops_foo prototypes from proto.h to early in perl.h.
p4raw-id: //depot/perl@87
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 */
/****************/