Add SIGNAL-TYPE-ERROR also to symbols_list2

This commit is contained in:
Juan Jose Garcia Ripoll 2010-05-16 17:31:55 +02:00
parent ae8090a67f
commit dbde7df2b7

View file

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