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
commit4673fc70de29ec9782a54acc86b498189e02a8e2 (patch)
tree0e2830f6feab909c595c2f646618b170fc8c28bf /warnings.h
parent657b208b434818aa5e54d68b0a8ad320c0252adf (diff)
downloadperl-4673fc70de29ec9782a54acc86b498189e02a8e2.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