mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix trivial error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4b21de46d8
commit
50f3b0c3fe
1 changed files with 3 additions and 3 deletions
|
@ -152,11 +152,11 @@ typedef gsuaddr gsaddr;
|
|||
* PTR Limit information replacements for buggy headers
|
||||
*/
|
||||
#if @BUGGY_PTR_LIMITS@
|
||||
#undefine INTPTR_MAX
|
||||
#undef INTPTR_MAX
|
||||
#define INTPTR_MAX @GS_INTPTR_MAX@
|
||||
#undefine INTPTR_MIN
|
||||
#undef INTPTR_MIN
|
||||
#define INTPTR_MIN @GS_INTPTR_MIN@
|
||||
#undefine UINTPTR_MAX
|
||||
#undef UINTPTR_MAX
|
||||
#define UINTPTR_MAX @GS_UINTPTR_MAX@
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue