summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:44:11 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:44:11 +0000
commitefc83dfc17f5559e59e02f291f2778b62942599e (patch)
tree75f6b5053c23a01e8c4a715398766fc26f777976 /unixODBC
parentbad700f9f1356b7686a96a70964a0e9e71791ef1 (diff)
INTEGRATION: CWS s390xport01 (1.2.46); FILE MERGED
2008/03/26 12:42:03 cmc 1.2.46.1: #i87464# add support for s390x
Diffstat (limited to 'unixODBC')
-rw-r--r--unixODBC/inc/sqltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixODBC/inc/sqltypes.h b/unixODBC/inc/sqltypes.h
index 2a033873ce06..b603ff3e0a27 100644
--- a/unixODBC/inc/sqltypes.h
+++ b/unixODBC/inc/sqltypes.h
@@ -31,7 +31,7 @@ extern "C" {
#endif
#ifndef SIZEOF_LONG
-# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__)
+# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__) || defined(__s390x__)
# define SIZEOF_LONG 8
#else
# define SIZEOF_LONG 4