mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 12:52:08 -08:00
Add SIGNAL-TYPE-ERROR also to symbols_list2
This commit is contained in:
parent
ae8090a67f
commit
dbde7df2b7
1 changed files with 1 additions and 0 deletions
|
|
@ -1183,6 +1183,7 @@ cl_symbols[] = {
|
|||
{SYS_ "SETF-UPDATE",NULL},
|
||||
{SYS_ "SIMPLE-PROGRAM-ERROR","ECL_NAME(si_simple_program_error)"},
|
||||
{SYS_ "SIGNAL-SIMPLE-ERROR","si_signal_simple_error"},
|
||||
{SYS_ "SIGNAL-TYPE-ERROR","si_signal_type_error"},
|
||||
{SYS_ "SPECIALP","si_specialp"},
|
||||
{SYS_ "STANDARD-READTABLE","si_standard_readtable"},
|
||||
{SYS_ "STEPPER","OBJNULL"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue