diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 836557e492e..1fc18d5d737 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -289,10 +289,10 @@ error !; | |||
| 289 | describes an issues with 32-bit MS-Windows. */ | 289 | describes an issues with 32-bit MS-Windows. */ |
| 290 | #ifndef USE_STACK_LISP_OBJECTS | 290 | #ifndef USE_STACK_LISP_OBJECTS |
| 291 | # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__) | 291 | # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__) |
| 292 | # define USE_STACK_LISP_OBJECTS true | 292 | # define USE_STACK_LISP_OBJECTS true |
| 293 | # else | ||
| 294 | # define USE_STACK_LISP_OBJECTS false | ||
| 293 | # endif | 295 | # endif |
| 294 | #else | ||
| 295 | # define USE_STACK_LISP_OBJECTS false | ||
| 296 | #endif | 296 | #endif |
| 297 | 297 | ||
| 298 | #if defined HAVE_STRUCT_ATTRIBUTE_ALIGNED && USE_STACK_LISP_OBJECTS | 298 | #if defined HAVE_STRUCT_ATTRIBUTE_ALIGNED && USE_STACK_LISP_OBJECTS |