summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-01-31 15:25:05 +1100
committerTony Cook <tony@develop-help.com>2019-08-08 15:28:35 +1000
commita902610b4b293074eeab256998987b8e1215585e (patch)
treeda2abcd7ed8e943a2189abd0726dd8aa4b14edfc /intrpvar.h
parentaa9ca194904d89c40a907b6b8e2e2bc71a17952e (diff)
downloadperl-a902610b4b293074eeab256998987b8e1215585e.tar.gz
(perl #132777) document (sort of) and APIify PL_runops
This is documented in perlguts in such a way that it appears be effectively API, so APIify it. It's used on CPAN in a small number of modules.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 44a1ce5287..0c96969097 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -628,6 +628,14 @@ PERLVAR(I, debug, volatile U32) /* flags given to -D switch */
PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */
+/*
+=for apidoc Amn|runops_proc_t|PL_runops
+
+See L<perlguts/Pluggable runops>.
+
+=cut
+*/
+
PERLVARI(I, runops, runops_proc_t, RUNOPS_DEFAULT)
PERLVAR(I, subname, SV *) /* name of current subroutine */