mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Fix typo regarding (enum cl_type).
This commit is contained in:
parent
5d971b9de5
commit
e60a6ceaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ register_root(cl_object *p)
|
|||
|
||||
@(defun gc (area)
|
||||
@
|
||||
gc((enum cl_type)0);
|
||||
gc((cl_type)0);
|
||||
@(return)
|
||||
@)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue