mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 12:21:02 -08:00
Damm typo
This commit is contained in:
parent
21e7d900a7
commit
21b0d02960
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ extern cl_object si_allocate_foreign_data(cl_object tag, cl_object size);
|
|||
extern cl_object si_free_foreign_data(cl_object x);
|
||||
extern cl_object si_foreign_data_tag(cl_object x);
|
||||
extern cl_object ecl_make_foreign_data(cl_object tag, cl_index size, void *data);
|
||||
extern cl_object ecl_foreign_data_pointer_safe(cl_object f, cl_object tag);
|
||||
extern void *ecl_foreign_data_pointer_safe(cl_object f, cl_object tag);
|
||||
#endif
|
||||
|
||||
/* file.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue