summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-01-29 13:57:51 +1100
committerTony Cook <tony@develop-help.com>2019-02-05 10:02:26 +1100
commit7f8280cf23d815fd4e0e02a23b82859f0d03b84b (patch)
tree098c0bfd93fc8f52d0495e18a49a2e650eead3fb /embed.fnc
parent159eab64fc351538a7552181760aa94ffd72e5f6 (diff)
downloadperl-7f8280cf23d815fd4e0e02a23b82859f0d03b84b.tar.gz
(perl #108276) eliminate recursion from finalize_op()
whitespace in next commit
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index bdb29f7216..d311ca7f51 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -563,6 +563,7 @@ i |OP* |newMETHOP_internal |I32 type|I32 flags|NULLOK OP* dynamic_meth \
|NULLOK SV* const_meth
: FIXME
s |OP* |fold_constants |NN OP * const o
+s |OP* |traverse_op_tree|NN OP* top|NN OP* o
#endif
Afpd |char* |form |NN const char* pat|...
Ap |char* |vform |NN const char* pat|NULLOK va_list* args