diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-04 19:22:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-04 19:22:45 +0000 |
commit | bf2473aa49b5d48badc82753fac75c38065f1aa0 (patch) | |
tree | a1badbf3969f2a05765d199af8a84e286c54f898 | |
parent | a0ac753de46adf91a344ab968b1f6fadab2f6dff (diff) | |
download | perl-bf2473aa49b5d48badc82753fac75c38065f1aa0.tar.gz |
It seems that change 30451 should also have arranged to export
PL_reg_name properly. Hopefuly this will fix it, but I don't have
access to any platform where I can test this directly.
p4raw-id: //depot/perl@30461
-rw-r--r-- | globvar.sym | 1 | ||||
-rw-r--r-- | makedef.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym index 9d1e05d73b..bb5f58f208 100644 --- a/globvar.sym +++ b/globvar.sym @@ -28,6 +28,7 @@ op_name opargs ppaddr regkind +reg_name sig_name sig_num simple diff --git a/makedef.pl b/makedef.pl index ea06236d8d..a5d81a011b 100644 --- a/makedef.pl +++ b/makedef.pl @@ -593,6 +593,7 @@ unless ($define{'DEBUGGING'}) { Perl_sv_peek Perl_hv_assert PL_block_type + PL_reg_name PL_watchaddr PL_watchok PL_watch_pvx |