summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 10:26:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 10:26:01 +0000
commiteaedceeb9a1b44bd050aab856424e15fd955401c (patch)
treefeb11c93f6fed81991107bc208769dbb695ece5a /intrpvar.h
parent8ad8e281fcc0cad101f857e71dcec8991829a843 (diff)
downloadperl-eaedceeb9a1b44bd050aab856424e15fd955401c.tar.gz
final tweaks before beta2
p4raw-id: //depot/perl@1613
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h10
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)