The latest aliases for __attribute__((noreturn)) and other macros were not ported to MSVC.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-02-16 00:09:28 +01:00
parent d96152798d
commit 73e00046d4

View file

@ -218,6 +218,10 @@ typedef unsigned int uint32_t;
/* We can use small, two-words conses, without type information */
/* #undef ECL_SMALL_CONS */
#define ecl_likely(form) (form)
#define ecl_unlikely(form) (form)
#define ecl_attr_noreturn
/* -CUT-: Everything below this mark will not be installed */
/* -------------------------------------------------------------------- *
* BUILD OPTIONS WHICH NEED NOT BE EXPORTED *