Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yandex.ru.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2012 09:24:34 +0000 (12:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2012 09:24:34 +0000 (12:24 +0300)
commit3438fe218c77633ee2c5f106e3a335f906347247
tree4b7cfbb14dbf83c94541eb4b69b673bc6ec73099
parent0000d0d54bb9cbc835172d9f5f8ff7595786af62
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yandex.ru.

 src/lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
 enumeration constants, as PURE and HEAP are too general, and clash
 with other headers and sources, such as gmalloc.c and the
 MS-Windows system headers.  All users changed.
14 files changed:
src/ChangeLog
src/alloc.c
src/buffer.c
src/callint.c
src/charset.c
src/coding.c
src/keymap.c
src/lisp.h
src/search.c
src/syntax.c
src/w32.c
src/w32fns.c
src/xdisp.c
src/xfns.c