*CURRENT-FORM* must be bound to at least an empty statement.

This commit is contained in:
jgarcia 2007-10-13 09:47:09 +00:00
parent 7de7e4a471
commit 2b75bb9fad
2 changed files with 2 additions and 2 deletions

View file

@ -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},

View file

@ -1657,7 +1657,7 @@ cl_symbols[] = {
{SYS_ "GC-STATS","si_gc_stats"},
{SYS_ "*CURRENT-FORM*","Cnil"},
{SYS_ "*CURRENT-FORM*",NULL},
{SYS_ "CODE-BLOCK",NULL},