mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 10:42:36 -08:00
- Compiler warning fix.
This commit is contained in:
parent
78b0f75203
commit
e466f359e8
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ cl_alloc_object(cl_type t)
|
|||
obj->cblock.next = Cnil;
|
||||
obj->cblock.data_text = NULL;
|
||||
obj->cblock.data = NULL;
|
||||
obj->cblock.data_text_size = NULL;
|
||||
obj->cblock.data_text_size = 0;
|
||||
obj->cblock.data_size = 0;
|
||||
obj->cblock.handle = NULL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue