Rename warning to warnings, from Paul Marquess.
[p5sagit/p5-mst-13.2.git] / warnings.h
similarity index 94%
rename from warning.h
rename to warnings.h
index 7395a96..a5d50bf 100644 (file)
--- a/warning.h
@@ -1,5 +1,5 @@
 /* !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-   This file is built by warning.pl
+   This file is built by warnings.pl
    Any changes made here will be lost!
 */
 
@@ -17,8 +17,8 @@
 #define G_WARN_ALL_MASK                (G_WARN_ALL_ON|G_WARN_ALL_OFF)
 
 #define WARN_STD               Nullsv
-#define WARN_ALL               (&PL_sv_yes)    /* use warning 'all' */
-#define WARN_NONE              (&PL_sv_no)     /* no  warning 'all' */
+#define WARN_ALL               (&PL_sv_yes)    /* use warnings 'all' */
+#define WARN_NONE              (&PL_sv_no)     /* no  warnings 'all' */
 
 #define specialWARN(x)         ((x) == WARN_STD || (x) == WARN_ALL ||  \
                                 (x) == WARN_NONE)
 #define WARN_ALLstring         "\125\125\125\125\125\125\125\125\125"
 #define WARN_NONEstring                "\0\0\0\0\0\0\0\0\0"
 
-/* end of file warning.h */
+/* end of file warnings.h */