diff --git a/src/c/format.d b/src/c/format.d index e1d30eed2..9697534bf 100644 --- a/src/c/format.d +++ b/src/c/format.d @@ -20,6 +20,11 @@ #include #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;