Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
[p5sagit/p5-mst-13.2.git] / win32 / config_H.bc
index 0c235d8..166322c 100644 (file)
 /*#define HAS_AINTL            / **/
 
 /* HAS_BUILTIN_CHOOSE_EXPR:
- *      Can we handle GCC builtin for compile-time ternary-like expressions
+ *     Can we handle GCC builtin for compile-time ternary-like expressions
  */
 /* HAS_BUILTIN_EXPECT:
- *      Can we handle GCC builtin for telling that certain values are more
- *      likely
+ *     Can we handle GCC builtin for telling that certain values are more
+ *     likely
  */
 /*#define HAS_BUILTIN_EXPECT    / **/
 /*#define HAS_BUILTIN_CHOOSE_EXPR /**/
  */
 /*#define      I_LANGINFO              /**/
 
+/* PERL_MAD:
+ *     This symbol, if defined, indicates that the Misc Attribution
+ *     Declaration code should be conditionally compiled.
+ */
+/*#define      PERL_MAD                /**/
+
 /* USE_FAST_STDIO:
  *     This symbol, if defined, indicates that Perl should
  *     be built to use 'fast stdio'.