diff options
author | Steve Hay <SteveHay@planit.com> | 2006-03-08 08:42:44 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-03-08 08:42:44 +0000 |
commit | 3825bc8f5d59257852813dc434ad90251414e9f5 (patch) | |
tree | ae8f3e2c2c04d21e6a02f0fbd3c7913f0f628dfa /win32 | |
parent | af39be2fd6c4d2b16b9660b0f3beb455fa5cf866 (diff) | |
download | perl-3825bc8f5d59257852813dc434ad90251414e9f5.tar.gz |
Complete change #27407/27410 on Win32 and tidy up change #27372
p4raw-link: @27407 on //depot/perl: a724edfe531a4a4cce2d4bbb94e1f583d86bc9a3
p4raw-link: @27372 on //depot/perl: df012815e587b94cd356692431756ba265085fbf
p4raw-id: //depot/perl@27412
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 12 | ||||
-rw-r--r-- | win32/config_H.gc | 12 | ||||
-rw-r--r-- | win32/config_H.vc | 12 | ||||
-rw-r--r-- | win32/config_H.vc64 | 13 |
4 files changed, 36 insertions, 13 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 0c235d821e..166322c9df 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3837,11 +3837,11 @@ /*#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 /**/ @@ -4056,6 +4056,12 @@ */ /*#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'. diff --git a/win32/config_H.gc b/win32/config_H.gc index 97055e04a8..4f9837dfb6 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -3841,11 +3841,11 @@ /*#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 /**/ @@ -4060,6 +4060,12 @@ */ /*#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'. diff --git a/win32/config_H.vc b/win32/config_H.vc index 838a114db3..12e523d38d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3837,11 +3837,11 @@ /*#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 /**/ @@ -4056,6 +4056,12 @@ */ /*#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'. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 48030ce210..82beceb1d3 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -3836,13 +3836,12 @@ */ /*#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 /**/ @@ -4057,6 +4056,12 @@ */ /*#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'. |