Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
commite8be4f442baaf84a0d1c9e39b573a77ea9cda908
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Sep 2014 05:40:17 +0000 (17 22:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Sep 2014 05:40:17 +0000 (17 22:40 -0700)
tree785c4af97b66f4e2a5830a3be838ec886fe94dfb
parentbb95ed98f4ef667609d7b0990933f9f4095c8b6a
Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.

Revert previous lisp.h change, and install the following instead.
* lisp.h (USE_LOCAL_ALLOCATORS): Define only if __GNUC__ &&
!__clang__.  This works with GCC and with clang and is safer for
compilers we don't know about.
src/ChangeLog
src/lisp.h