diff options
author | Salvador FandiƱo <sfandino@yahoo.com> | 2003-02-21 17:26:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-04 20:49:59 +0000 |
commit | 8fa7688f7865696bdfa78bc12d4ffb78bd1d6103 (patch) | |
tree | 9737caf004c7fafa8466b02223aa35b52064734f /warnings.h | |
parent | 9bf4a77902309e820b008865d9ebf6110e4a6cac (diff) | |
download | perl-8fa7688f7865696bdfa78bc12d4ffb78bd1d6103.tar.gz |
[PATCH] assertions
Message-ID: <3E566138.4090709@yahoo.com>
and the complement : (with added comments)
Subject: [PATCH] bug in ext/B/t/deparse.t
Message-ID: <3E563E16.7060303@yahoo.com>
plus perldiag.pod patch for the new warning
(previous change was, once again, empty)
p4raw-id: //depot/perl@18828
Diffstat (limited to 'warnings.h')
-rw-r--r-- | warnings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/warnings.h b/warnings.h index 02c3cc2014..2798467a25 100644 --- a/warnings.h +++ b/warnings.h @@ -73,6 +73,10 @@ #define WARN_VOID 45 #define WARN_Y2K 46 +/* Warnings Categories added in Perl 5.009 */ + +#define WARN_ASSERTIONS 47 + #define WARNsize 12 #define WARN_ALLstring "\125\125\125\125\125\125\125\125\125\125\125\125" #define WARN_NONEstring "\0\0\0\0\0\0\0\0\0\0\0\0" |