diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-08-28 01:36:53 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-29 13:29:43 +0000 |
commit | ece599bdb7307c953714bad8b5a320ffa2cd0857 (patch) | |
tree | 167557343fc2599ff027bce8ea9b1b8d58765a2d /intrpvar.h | |
parent | 444379fb158f55ef6465d6e50c03864ed09002d4 (diff) | |
download | perl-ece599bdb7307c953714bad8b5a320ffa2cd0857.tar.gz |
B::check_av() ; B::Deparse for CHECK blocks
Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@17804
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index f98e3484f7..a957e5bc29 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -522,7 +522,8 @@ PERLVAR(Iutf8_idcont, SV *) PERLVAR(Isort_RealCmp, SVCOMPARE_t) +PERLVARI(Icheckav_save, AV*, Nullav) /* save CHECK{}s when compiling */ + /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this * irrelevant, but not all code may be expected to #include XSUB.h. */ - |