From 61bb59065bf1b12edab39b124e7373fb357e2d73 Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Wed, 26 Nov 1997 08:32:09 -0400 Subject: 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 --- thrdvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thrdvar.h') 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) -- cgit v1.2.1