X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi.lisp;h=6f62d958ce28ea9e3f82799e46be8d40041b4f0f;hb=da9282a5c0ce927c613f1706f1c51796c75e16e4;hp=a27ea61c531cd593be16095e5fe03211a851915c;hpb=8997e2789a6677f5d5c78e0b630090824be30307;p=clsql.git diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index a27ea61..6f62d95 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -107,12 +107,6 @@ ((str (* :unsigned-char))) :returning :double) -(uffi:def-function "atol64" - ((str (* :unsigned-char)) - (high32 (* :unsigned-int))) - :module "clsql-uffi" - :returning :unsigned-int) - (uffi:def-constant +2^32+ 4294967296) (uffi:def-constant +2^64+ 18446744073709551616) (uffi:def-constant +2^32-1+ (1- +2^32+))