Fixed typo ulong_Long -> ulong_long

This commit is contained in:
Juan Jose Garcia Ripoll 2012-08-15 20:10:18 +02:00
parent d7a072b4ad
commit c5789e152c
4 changed files with 7 additions and 7 deletions

View file

@ -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