mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Remove debug statements from error.d
This commit is contained in:
parent
44a9552782
commit
d5f1e4301b
1 changed files with 0 additions and 2 deletions
|
|
@ -361,14 +361,12 @@ FEwrong_index(cl_object function, cl_object a, int which, cl_object ndx,
|
|||
void
|
||||
FEunbound_variable(cl_object sym)
|
||||
{
|
||||
cl_print(1, sym);
|
||||
cl_error(3, @'unbound-variable', @':name', sym);
|
||||
}
|
||||
|
||||
void
|
||||
FEundefined_function(cl_object fname)
|
||||
{
|
||||
cl_print(1, fname);
|
||||
cl_error(3, @'undefined-function', @':name', fname);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue