summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-04-22 03:13:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-04-22 03:13:19 +0000
commit9f699bd937481e601436dfa5b4c405c05ed9188f (patch)
treecc99dfd60fb1e04daa2ce578402bc888df2005a0 /intrpvar.h
parent4b556e6ce00fc77d7d2644507d0f76c5004f26de (diff)
downloadperl-9f699bd937481e601436dfa5b4c405c05ed9188f.tar.gz
[win32] intern -> sys_intern
p4raw-id: //depot/win32/perl@895
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 7c5ba7602c..c1a7b36ff3 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -158,7 +158,7 @@ PERLVARI(Iexitlistlen, I32, 0) /* length of same */
PERLVAR(Imodglobal, HV *) /* per-interp module data */
#ifdef HAVE_INTERP_INTERN
-PERLVAR(Iintern, struct interp_intern) /* platform internals */
+PERLVAR(Isys_intern, struct interp_intern) /* platform internals */
#endif
#ifdef USE_THREADS