diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-03-03 18:34:18 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-03-03 18:34:18 +0000 |
commit | df012815e587b94cd356692431756ba265085fbf (patch) | |
tree | 945fa90b06dc789c1e27b328a298edee76ddf952 /win32/config_H.bc | |
parent | a0e39d8902c1f3b922488e26e8f416ebb45816a7 (diff) | |
download | perl-df012815e587b94cd356692431756ba265085fbf.tar.gz |
Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
HAS_BUILTIN_EXPECT.
p4raw-id: //depot/perl@27372
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 19801c1bed..0c235d821e 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3836,6 +3836,16 @@ */ /*#define HAS_AINTL / **/ +/* HAS_BUILTIN_CHOOSE_EXPR: + * 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 + */ +/*#define HAS_BUILTIN_EXPECT / **/ +/*#define HAS_BUILTIN_CHOOSE_EXPR /**/ + /* HAS_CLEARENV: * This symbol, if defined, indicates that the clearenv () routine is * available for use. |