diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-14 19:46:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-14 19:46:25 +0000 |
commit | 5f7fde29e6223390b222de18e00bc300ef0fa8c9 (patch) | |
tree | aae0b3153b18136477311e5ffe1d3477adfb3207 /intrpvar.h | |
parent | 4265b575712fd23c947cb9e96cb5215190d6fae8 (diff) | |
download | perl-5f7fde29e6223390b222de18e00bc300ef0fa8c9.tar.gz |
cosmetic tweaks
p4raw-id: //depot/perl@4584
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 0e2390504d..c772d797ec 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -380,5 +380,5 @@ PERLVAR(IProc, struct IPerlProc*) #endif #if defined(USE_ITHREADS) -PERLVAR(Isv_table, SVTBL*) +PERLVAR(Iptr_table, PTR_TBL_t*) #endif |