From bf2473aa49b5d48badc82753fac75c38065f1aa0 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 4 Mar 2007 19:22:45 +0000 Subject: [PATCH] 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 --- globvar.sym | 1 + makedef.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/globvar.sym b/globvar.sym index 9d1e05d..bb5f58f 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 ea06236..a5d81a0 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 -- 1.8.3.1