mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-05 00:40:48 -08:00
Identify FORMAT as broken under unicode
This commit is contained in:
parent
6708d5e5ff
commit
17a2dd29f4
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue