summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index f18b38b797..10b72ff5c0 100644
--- a/thread.h
+++ b/thread.h
@@ -221,6 +221,8 @@ struct thread {
U32 flags;
AV * magicals; /* Per-thread magicals */
AV * specific; /* Thread-specific user data */
+ SV * errsv; /* Backing SV for $@ */
+ HV * errhv; /* HV for what was %@ in pp_ctl.c */
perl_mutex mutex; /* For the fields others can change */
U32 tid;
struct thread *next, *prev; /* Circular linked list of threads */
@@ -307,7 +309,6 @@ typedef struct condpair {
#undef chopset
#undef formtarget
#undef bodytarget
-#undef start_env
#undef toptarget
#undef top_env
#undef runlevel