mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
Fixed typo ulong_Long -> ulong_long
This commit is contained in:
parent
d7a072b4ad
commit
c5789e152c
4 changed files with 7 additions and 7 deletions
|
|
@ -83,8 +83,8 @@
|
|||
:unsigned-long-long
|
||||
#+long-long
|
||||
((unsigned-byte #.ffi:c-long-long-bit) "ecl_ulong_long_t"
|
||||
"ecl_make_ulong_Long"
|
||||
"ecl_to_ulong_Long" "ecl_to_ulong_Long")
|
||||
"ecl_make_ulong_long"
|
||||
"ecl_to_ulong_long" "ecl_to_ulong_long")
|
||||
:float
|
||||
(single-float "float" "ecl_make_single_float" "ecl_to_float" "ecl_single_float")
|
||||
:double
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue