summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1997-11-26 08:32:09 -0400
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-12-17 14:44:26 +0000
commit61bb59065bf1b12edab39b124e7373fb357e2d73 (patch)
treeebb609aa27a57d50ce9b7784a3b992673a9a6476 /thrdvar.h
parent39e571d41067215a80f26089b260f1418caeb36b (diff)
downloadperl-61bb59065bf1b12edab39b124e7373fb357e2d73.tar.gz
Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
needs rewriting now that we use perlvars.h and foovar.h: Subject: [PATCH] 5.004_54 under VMS (fwd) p4raw-id: //depot/perl@374
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 4c698368a4..33419dea4e 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -30,7 +30,7 @@ PERLVAR(Tmarkstack_max, I32 *)
PERLVAR(TSv, SV *)
PERLVAR(TXpv, XPV *)
-PERLVAR(Tstatbuf, struct stat)
+PERLVAR(Tstatbuf, Stat_t)
#ifdef HAS_TIMES
PERLVAR(Ttimesbuf, struct tms)
#endif
@@ -66,7 +66,7 @@ PERLVARI(Tcurcop, COP * VOL, &compiling)
PERLVAR(Tin_eval, VOL int) /* trap "fatal" errors? */
PERLVAR(Tdelaymagic, int) /* ($<,$>) = ... */
PERLVAR(Tdirty, bool) /* In the middle of tearing things down? */
-PERLVAR(Tlocalizing, U8) /* are we processing a local() list? */
+PERLVAR(Tlocalizing, int) /* are we processing a local() list? */
PERLVAR(Tcxstack, PERL_CONTEXT *)
PERLVARI(Tcxstack_ix, I32, -1)