diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-07-23 23:54:55 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-07-23 23:54:55 +0200 |
commit | 54cebc4764260bf06c334e9644110fd5e369470f (patch) | |
tree | 62f5f058036f8b56ecfde5e8b3e2cccd48b8fd1e /include/config-win.h | |
parent | ce203858e907a2f69de0e96fd5b40dc3935985e8 (diff) | |
download | mariadb-git-54cebc4764260bf06c334e9644110fd5e369470f.tar.gz |
Many files:
Put back old code to check stack direction at configure time
config/ac-macros/misc.m4:
Put back old code to check stack direction at configure time
configure.in:
Put back old code to check stack direction at configure time
include/config-netware.h:
Put back old code to check stack direction at configure time
include/config-win.h:
Put back old code to check stack direction at configure time
include/my_global.h:
Put back old code to check stack direction at configure time
sql/sql_parse.cc:
Put back old code to check stack direction at configure time
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index fa5c15b0668..bc2ae60f137 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -250,6 +250,8 @@ inline double ulonglong2double(ulonglong value) #endif +#define STACK_DIRECTION -1 + /* Optimized store functions for Intel x86 */ #ifndef _WIN64 |