mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Add symbol SI:+IO-SYNTAX-PROGV-LIST+ to the list of symbols created at boot time.
This commit is contained in:
parent
e3611d2569
commit
f89b5dd1b6
2 changed files with 4 additions and 0 deletions
|
|
@ -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}};
|
||||
|
|
|
|||
|
|
@ -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}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue