mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 12:20:48 -08:00
Fixed typo.
This commit is contained in:
parent
ea3f304c98
commit
ab5a829ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
:cstring (string "char*")
|
||||
:char* (string "char*")
|
||||
:short ((integer #.si:c-short-min #.si:c-short-max) "short")
|
||||
:unsigned-short ((integer 0 #.si:c-short-max) "unsigned short")
|
||||
:unsigned-short ((integer 0 #.si:c-ushort-max) "unsigned short")
|
||||
))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue