mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Removed debug statement in error.d (FEundefined_function)
This commit is contained in:
parent
9b083e4d78
commit
c1b98706fa
1 changed files with 0 additions and 1 deletions
|
|
@ -363,7 +363,6 @@ FEunbound_variable(cl_object 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