mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 10:42:36 -08:00
ecl_find_symbol is also needed in single-threaded systems.
This commit is contained in:
parent
c09dd1a588
commit
b8fba94b43
1 changed files with 0 additions and 2 deletions
|
|
@ -368,7 +368,6 @@ ecl_find_symbol_nolock(cl_object name, cl_object p, int *intern_flag)
|
|||
return s;
|
||||
}
|
||||
|
||||
#ifdef ECL_THREADS
|
||||
cl_object
|
||||
ecl_find_symbol(cl_object n, cl_object p, int *intern_flag)
|
||||
{
|
||||
|
|
@ -379,7 +378,6 @@ ecl_find_symbol(cl_object n, cl_object p, int *intern_flag)
|
|||
PACKAGE_UNLOCK(p);
|
||||
return n;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool
|
||||
unintern(cl_object s, cl_object p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue