Identify FORMAT as broken under unicode

This commit is contained in:
jgarcia 2006-11-10 21:01:32 +00:00
parent 6708d5e5ff
commit 17a2dd29f4

View file

@ -20,6 +20,11 @@
#include <ecl/internal.h>
#if !defined(ECL_CMU_FORMAT)
#ifdef ECL_UNICODE
#error "The old version of FORMAT does not support Unicode"
#endif
#define FMT_MAX_PARAM 8
typedef struct format_stack_struct {
cl_object stream;