summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-15 12:37:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-15 12:37:31 +0000
commitdb28379b6202839e1772e5a65654df24b3660070 (patch)
tree523b8ba65a7a1e3f2ef8c835290a1a7c0db729cb /embedvar.h
parent8bfdd7d95bcb290ba639e2c88c5d4370ab8fcfc0 (diff)
downloadperl-db28379b6202839e1772e5a65654df24b3660070.tar.gz
Regen headers.
p4raw-id: //depot/perl@12028
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/embedvar.h b/embedvar.h
index 92e9e91060..21a11f5665 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -68,7 +68,6 @@
#define PL_maxscream (vTHX->Tmaxscream)
#define PL_modcount (vTHX->Tmodcount)
#define PL_na (vTHX->Tna)
-#define PL_nrs (vTHX->Tnrs)
#define PL_ofs_sv (vTHX->Tofs_sv)
#define PL_op (vTHX->Top)
#define PL_opsave (vTHX->Topsave)
@@ -162,6 +161,7 @@
#define PL_tmps_stack (vTHX->Ttmps_stack)
#define PL_top_env (vTHX->Ttop_env)
#define PL_toptarget (vTHX->Ttoptarget)
+#define PL_unused_1 (vTHX->Tunused_1)
#define PL_watchaddr (vTHX->Twatchaddr)
#define PL_watchok (vTHX->Twatchok)
@@ -1074,7 +1074,6 @@
#define PL_maxscream (aTHX->Tmaxscream)
#define PL_modcount (aTHX->Tmodcount)
#define PL_na (aTHX->Tna)
-#define PL_nrs (aTHX->Tnrs)
#define PL_ofs_sv (aTHX->Tofs_sv)
#define PL_op (aTHX->Top)
#define PL_opsave (aTHX->Topsave)
@@ -1168,6 +1167,7 @@
#define PL_tmps_stack (aTHX->Ttmps_stack)
#define PL_top_env (aTHX->Ttop_env)
#define PL_toptarget (aTHX->Ttoptarget)
+#define PL_unused_1 (aTHX->Tunused_1)
#define PL_watchaddr (aTHX->Twatchaddr)
#define PL_watchok (aTHX->Twatchok)
@@ -1213,7 +1213,6 @@
#define PL_Tmaxscream PL_maxscream
#define PL_Tmodcount PL_modcount
#define PL_Tna PL_na
-#define PL_Tnrs PL_nrs
#define PL_Tofs_sv PL_ofs_sv
#define PL_Top PL_op
#define PL_Topsave PL_opsave
@@ -1307,6 +1306,7 @@
#define PL_Ttmps_stack PL_tmps_stack
#define PL_Ttop_env PL_top_env
#define PL_Ttoptarget PL_toptarget
+#define PL_Tunused_1 PL_unused_1
#define PL_Twatchaddr PL_watchaddr
#define PL_Twatchok PL_watchok