removed unused/uncompiled atol64
[clsql.git] / uffi / clsql-uffi.lisp
index a27ea61c531cd593be16095e5fe03211a851915c..6f62d958ce28ea9e3f82799e46be8d40041b4f0f 100644 (file)
     ((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+))