as well as a constant, since it's used in non-static inline functions now.
(INLINE_HEADER_END): New macros.
* lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
since it's used in non-static inline functions now.
+ (VALMASK) [!USE_LSB_TAG]: Likewise.
2012-08-02 Glenn Morris <rgm@gnu.org>
#else /* not USE_LSB_TAG */
-static EMACS_INT const VALMASK = VAL_MAX;
+static EMACS_INT const VALMASK
+#define VALMASK VAL_MAX
+ = VALMASK;
#define XTYPE(a) ((enum Lisp_Type) ((EMACS_UINT) XLI (a) >> VALBITS))