mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3076 Possible fix for 64-bit z/OS
X-SVN-Rev: 18102
This commit is contained in:
parent
4f65a2a568
commit
0e17749f83
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1997-2004, International Business Machines
|
||||
* Copyright (C) 1997-2005, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
|
@ -254,7 +254,8 @@ U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
|
|||
* @internal
|
||||
*/
|
||||
#ifndef U_MAX_PTR
|
||||
# ifdef OS390
|
||||
# if defined(OS390) && !defined(_LP64)
|
||||
/* We have 31-bit pointers. */
|
||||
# define U_MAX_PTR(base) ((void *)0x7fffffff)
|
||||
# elif defined(OS400)
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue