mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-21 01:00:38 -07:00
The latest aliases for __attribute__((noreturn)) and other macros were not ported to MSVC.
This commit is contained in:
parent
d96152798d
commit
73e00046d4
1 changed files with 4 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue