We need to export ECL_CMU_FORMAT for the declarations in internal.h

This commit is contained in:
Juan Jose Garcia-Ripoll 2012-07-07 19:53:44 +02:00
parent e54d9a6173
commit a2a37c2f26

View file

@ -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