mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 10:13:36 -08:00
When there's no data, VV, compiler_data_text and compiler_data_text_size should not be used
This commit is contained in:
parent
f97de40586
commit
c910c2682e
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,9 @@
|
|||
(let ((num-objects (data-size)))
|
||||
(if (zerop num-objects)
|
||||
(progn
|
||||
(wt-h "#undef ECL_DYNAMIC_VV")
|
||||
(wt-h "#define compiler_data_text \"\"")
|
||||
(wt-h "#define compiler_data_text_size 0")
|
||||
(wt-h "#define VM " num-objects 0)
|
||||
(wt-h "#define VV NULL"))
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue