summaryrefslogtreecommitdiff
path: root/warnings.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 06:53:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 06:53:13 +0000
commit3f745a60a6901e21ecc143a6d650fdc66ab0d8f5 (patch)
tree0e2830f6feab909c595c2f646618b170fc8c28bf /warnings.h
parent7473419ac3d2bad65c76a0eab12733f309d0dd55 (diff)
downloadperl-3f745a60a6901e21ecc143a6d650fdc66ab0d8f5.tar.gz
s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135
Diffstat (limited to 'warnings.h')
-rw-r--r--warnings.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/warnings.h b/warnings.h
index 8c1bbf752c..23e6d1c994 100644
--- a/warnings.h
+++ b/warnings.h
@@ -78,11 +78,11 @@
#define WARN_INTERNAL 14
#define WARN_SYNTAX 15
#define WARN_AMBIGUOUS 16
-#define WARN_DEPRECATED 17
-#define WARN_DIGIT 18
-#define WARN_OCTAL 19
-#define WARN_PARENTHESIS 20
-#define WARN_PRECEDENCE 21
+#define WARN_BAREWORD 17
+#define WARN_DEPRECATED 18
+#define WARN_DIGIT 19
+#define WARN_OCTAL 20
+#define WARN_PARENTHESIS 21
#define WARN_PRINTF 22
#define WARN_RESERVED 23
#define WARN_SEMICOLON 24