diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-01 00:02:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-01 00:02:17 +0000 |
commit | dfcd3de5defffbf214d60b8322b79ded8e367fd3 (patch) | |
tree | 9063a32f6027b52c6eeb29cfdf82240579d0668c /embed.fnc | |
parent | 1409bc0658469580630ba458c85fe9cc3cb2d78c (diff) | |
download | perl-dfcd3de5defffbf214d60b8322b79ded8e367fd3.tar.gz |
Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.
p4raw-id: //depot/perl@34960
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -925,9 +925,10 @@ Ap |SV* |save_svref |NN SV** sptr Ap |void |save_pushptr |NULLOK void *const ptr|const int type #if defined(PERL_IN_SCOPE_C) s |void |save_pushi32ptr|I32 i|NULLOK void *const ptr|const int type -s |void |save_pushptrptr|NULLOK void *const ptr1 \ - |NULLOK void *const ptr2|const int type #endif +: Used by SAVESWITCHSTACK() in pp.c +p |void |save_pushptrptr|NULLOK void *const ptr1 \ + |NULLOK void *const ptr2|const int type : Used in perly.y p |OP* |sawparens |NULLOK OP* o : Used in perly.y |