mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
We need to export ECL_CMU_FORMAT for the declarations in internal.h
This commit is contained in:
parent
e54d9a6173
commit
a2a37c2f26
1 changed files with 3 additions and 3 deletions
|
|
@ -220,6 +220,9 @@ typedef unsigned char ecl_base_char;
|
|||
/* We can use small, two-words conses, without type information */
|
||||
#undef ECL_SMALL_CONS
|
||||
|
||||
/* Use CMU Common-Lisp's FORMAT routine */
|
||||
#undef ECL_CMU_FORMAT
|
||||
|
||||
/*
|
||||
* C macros for inlining, denoting probable code paths and other stuff
|
||||
* that makes better code. Most of it is GCC specific.
|
||||
|
|
@ -285,9 +288,6 @@ typedef unsigned char ecl_base_char;
|
|||
/* Undefine this if you do not want ECL to check for circular lists */
|
||||
#define ECL_SAFE
|
||||
|
||||
/* Use CMU Common-Lisp's FORMAT routine */
|
||||
#undef ECL_CMU_FORMAT
|
||||
|
||||
/* Bytecodes and arguments are 8 and 16 bits large, respectively */
|
||||
#undef ECL_SMALL_BYTECODES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue