diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 10:26:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 10:26:01 +0000 |
commit | 2bd2b9e04a68ec86766c4219cf4da7f0d3168395 (patch) | |
tree | feb11c93f6fed81991107bc208769dbb695ece5a /intrpvar.h | |
parent | db15561cb83ed8e36f76d63e4283fc51c30fd71f (diff) | |
download | perl-2bd2b9e04a68ec86766c4219cf4da7f0d3168395.tar.gz |
final tweaks before beta2
p4raw-id: //depot/perl@1613
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/intrpvar.h b/intrpvar.h index f952d9dd4b..b4ccc56808 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -201,11 +201,11 @@ PERLVAR(Ithrsv, SV *) /* struct perl_thread for main thread */ PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */ #endif /* USE_THREADS */ -PERLVARI(Iiv_overflows, int, 0); /* from bytecode.h */ -PERLVAR(Isv, SV *); -PERLVAR(Ipv, XPV); -PERLVAR(Iobj_list, void **); -PERLVARI(Iobj_list_fill, I32, -1); +PERLVARI(Iiv_overflows, int, 0) /* from bytecode.h */ +PERLVAR(Isv, SV *) +PERLVAR(Ipv, XPV) +PERLVAR(Iobj_list, void **) +PERLVARI(Iobj_list_fill, I32, -1) #ifdef PERL_OBJECT PERLVARI(piMem, IPerlMem*, NULL) |