mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
*CURRENT-FORM* must be bound to at least an empty statement.
This commit is contained in:
parent
7de7e4a471
commit
2b75bb9fad
2 changed files with 2 additions and 2 deletions
|
|
@ -1657,7 +1657,7 @@ cl_symbols[] = {
|
|||
|
||||
{SYS_ "GC-STATS", SI_ORDINARY, si_gc_stats, 1, OBJNULL},
|
||||
|
||||
{SYS_ "*CURRENT-FORM*", SI_SPECIAL, Cnil, -1, OBJNULL},
|
||||
{SYS_ "*CURRENT-FORM*", SI_SPECIAL, NULL, -1, Cnil},
|
||||
|
||||
{SYS_ "CODE-BLOCK", SI_ORDINARY, NULL, -1, OBJNULL},
|
||||
|
||||
|
|
|
|||
|
|
@ -1657,7 +1657,7 @@ cl_symbols[] = {
|
|||
|
||||
{SYS_ "GC-STATS","si_gc_stats"},
|
||||
|
||||
{SYS_ "*CURRENT-FORM*","Cnil"},
|
||||
{SYS_ "*CURRENT-FORM*",NULL},
|
||||
|
||||
{SYS_ "CODE-BLOCK",NULL},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue