From a863c7d16499251f020c5d26d232aa865fa0b197 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Fri, 31 Oct 1997 18:05:31 +0000 Subject: Half way through moving per-thread magicals into per-thread fields and the associated new OP_SPECIFIC and find_thread_magical stuff. perl will compile but plenty of the magicals are still broken. p4raw-id: //depot/perl@195 --- interp.sym | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'interp.sym') diff --git a/interp.sym b/interp.sym index 1583ea217e..d64093eaea 100644 --- a/interp.sym +++ b/interp.sym @@ -47,7 +47,8 @@ e_fp e_tmpname endav envgv -errgv +errhv +errsv eval_root eval_start fdpid @@ -61,6 +62,8 @@ in_eval incgv initav inplace +keys +keys_mutex last_in_gv lastfd lastretstr @@ -73,6 +76,7 @@ leftgv lineary localizing localpatches +magical_keys main_cv main_root main_start -- cgit v1.2.1 From 554b3ecafd2a8f619792c82298bc621b9e48a923 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Wed, 5 Nov 1997 17:18:18 +0000 Subject: Per-thread magicals mostly working (and localisable). Now getting intermittent occasional "Use of uninitialized value" warnings which may be due to some op flag black magic I've broken. p4raw-id: //depot/perl@204 --- interp.sym | 3 --- 1 file changed, 3 deletions(-) (limited to 'interp.sym') diff --git a/interp.sym b/interp.sym index d64093eaea..ae064a8031 100644 --- a/interp.sym +++ b/interp.sym @@ -62,8 +62,6 @@ in_eval incgv initav inplace -keys -keys_mutex last_in_gv lastfd lastretstr @@ -76,7 +74,6 @@ leftgv lineary localizing localpatches -magical_keys main_cv main_root main_start -- cgit v1.2.1