From a2a37c2f267f97e1e2ba8da434ab7e5cf6c45f7b Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia-Ripoll Date: Sat, 7 Jul 2012 19:53:44 +0200 Subject: [PATCH] We need to export ECL_CMU_FORMAT for the declarations in internal.h --- src/h/config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/h/config.h.in b/src/h/config.h.in index 7d3b493d4..7be803c90 100644 --- a/src/h/config.h.in +++ b/src/h/config.h.in @@ -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