mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
Binary headers are no longer used by default
This commit is contained in:
parent
efb292b591
commit
c3de181ce2
2 changed files with 4 additions and 1 deletions
|
|
@ -120,6 +120,9 @@ ECL 0.9f
|
|||
--with-system-{gmp,boehm} now take an optional argument which can be "auto",
|
||||
for automatic detection of the libraries (M. Pasternacki).
|
||||
|
||||
- By default, the size of binary streams is rounded to a multiple of 8. If you
|
||||
want other behavior, pass :USE-HEADER-P T to the function OPEN.
|
||||
|
||||
* ANSI Compatibility:
|
||||
|
||||
- DEFSETF forms are enclosed in a block with the name of the accessor.
|
||||
|
|
|
|||
|
|
@ -2539,7 +2539,7 @@ normalize_stream_element_type(cl_object element_type)
|
|||
(if_exists Cnil iesp)
|
||||
(if_does_not_exist Cnil idnesp)
|
||||
(external_format @':default')
|
||||
(use_header_p Ct)
|
||||
(use_header_p Cnil)
|
||||
&aux strm)
|
||||
enum ecl_smmode smm;
|
||||
bool char_stream_p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue