X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/322b7dab59b98b5d8625d2cd29e48f1ce605f769..94f0aa3464955865f5abdac6b335a86aca3e180a:/src/mem-limits.h?ds=sidebyside diff --git a/src/mem-limits.h b/src/mem-limits.h index 86b2f44846..244592a976 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -1,5 +1,5 @@ /* Includes for memory limit warnings. - Copyright (C) 1990, 1993-1996, 2001-2011 Free Software Foundation, Inc. + Copyright (C) 1990, 1993-1996, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -34,7 +34,7 @@ extern int etext; #endif extern char *start_of_data (void); -#if defined USE_LSB_TAG +#if defined USE_LSB_TAG || UINTPTR_MAX >> VALBITS == 0 #define EXCEEDS_LISP_PTR(ptr) 0 #elif defined DATA_SEG_BITS #define EXCEEDS_LISP_PTR(ptr) \