From 45266c51b179b98a285930a5ec4584a0765eb8be Mon Sep 17 00:00:00 2001 From: Ilya Zakharevich Date: Tue, 9 Jun 1998 23:51:47 -0400 Subject: Bugs with (?{}), $^R and many-to-many subst Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1117 --- intrpvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index 6ee52ca153..74c914bb29 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -68,6 +68,7 @@ PERLVAR(Iscreamfirst, I32 *) PERLVAR(Iscreamnext, I32 *) PERLVARI(Imaxscream, I32, -1) PERLVAR(Ilastscream, SV *) +PERLVAR(Ireplgv, GV *) /* shortcuts to misc objects */ PERLVAR(Ierrgv, GV *) -- cgit v1.2.1