alien.c-types: longlong was calling to_fixnum instead of to_signed_8.

db4
Doug Coleman 2014-07-07 16:26:05 -07:00
parent 254e7a5e62
commit 608c23ad8f
1 changed files with 2 additions and 2 deletions
basis/alien/c-types

View File

@ -355,7 +355,7 @@ M: pointer lookup-c-type
8 >>align
8 >>align-first
"from_signed_cell" >>boxer
"to_fixnum" >>unboxer
"to_signed_8" >>unboxer
[ >integer ] >>unboxer-quot
\ longlong typedef
@ -368,7 +368,7 @@ M: pointer lookup-c-type
8 >>align
8 >>align-first
"from_unsigned_cell" >>boxer
"to_cell" >>unboxer
"to_unsigned_8" >>unboxer
[ >integer ] >>unboxer-quot
\ ulonglong typedef