Fix failure to compile on Windows due to revision 109223.
commitfab2ad51b28654d643fda3d8b499b6f8fc385798
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2012 09:24:34 +0000 (27 12:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2012 09:24:34 +0000 (27 12:24 +0300)
treeda3934aeda992a1edbf9eb1033f0b6d1f8b4d9d1
parent8b42bb80f3beb617b8d7c140ce7e097d89bc2eaf
Fix failure to compile on Windows due to revision 109223.

 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