INLINE_HEADER and related macros (config.h.in) get misdefined for
Clang 3.4 (Apple and MacPorts) -- changing from
#if defined (__cplusplus) || ! defined (__GNUC__)
to
#if (defined ( __STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
|| defined (__cplusplus) || ! defined (__GNUC__) || ! defined(emacs)
(from current 21.5) where INLINE_HEADER is defined allowed me to
build.
Vin, what say you?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta