diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-29 16:57:23 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-09-29 16:57:23 +0000 |
commit | 2ddcc7aa6c936ba8e7a9703319dfd8959bb54574 (patch) | |
tree | b71ca26eb63d153ac3532c533e89b09266239001 /global.sym | |
parent | 8f95159f0f6f551c08c5f6e1a4d8807b332bc21a (diff) | |
download | perl-2ddcc7aa6c936ba8e7a9703319dfd8959bb54574.tar.gz |
Re-introduce the changes from change 68 (runops becomes a
function pointer and sv_bless3 for '~'-magic) which got lost
during the preparation for the maint-merge.
p4raw-id: //depot/perl@78
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global.sym b/global.sym index f7d11f22ad..497e1c4ea5 100644 --- a/global.sym +++ b/global.sym @@ -200,6 +200,7 @@ rsfp rsfp_filters rshift_amg rshift_ass_amg +runops savestack savestack_ix savestack_max @@ -1015,7 +1016,6 @@ rsignal rsignal_save rsignal_state rsignal_restore -runops rxres_free rxres_restore rxres_save @@ -1096,6 +1096,7 @@ sv_2uv sv_add_arena sv_backoff sv_bless +sv_bless3 sv_catpvf sv_catpv sv_catpvn |