Add symbol SI:+IO-SYNTAX-PROGV-LIST+ to the list of symbols created at boot time.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-19 14:49:02 +02:00
parent e3611d2569
commit f89b5dd1b6
2 changed files with 4 additions and 0 deletions

View file

@ -1790,5 +1790,7 @@ cl_symbols[] = {
{EXT_ "READTABLE-LOCK", EXT_ORDINARY, si_readtable_lock, -1, OBJNULL},
{SYS_ "+IO-SYNTAX-PROGV-LIST+", SI_ORDINARY, NULL, -1, OBJNULL},
/* Tag for end of list */
{NULL, CL_ORDINARY, NULL, -1, OBJNULL}};

View file

@ -1790,5 +1790,7 @@ cl_symbols[] = {
{EXT_ "READTABLE-LOCK","si_readtable_lock"},
{SYS_ "+IO-SYNTAX-PROGV-LIST+",NULL},
/* Tag for end of list */
{NULL,NULL}};