mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Fixed typo
This commit is contained in:
parent
a475d5bcba
commit
0aa9ec14cd
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ extern void ecl_extend_hashtable(cl_object hashtable);
|
|||
#define GFUN_COMB(x) ((x)->instance.slots[2])
|
||||
|
||||
extern cl_object FEnot_funcallable_fixed();
|
||||
extern cl_object FEnot_funcallable_vararg();
|
||||
extern cl_object FEnot_funcallable_vararg(cl_narg narg, ...);
|
||||
|
||||
/* package.d */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue