removed unused/uncompiled atol64
authorRuss Tyndall <russ@acceleration.net>
Tue, 7 Jan 2014 20:45:37 +0000 (15:45 -0500)
committerRuss Tyndall <russ@acceleration.net>
Tue, 7 Jan 2014 20:45:37 +0000 (15:45 -0500)
uffi/clsql-uffi-package.lisp
uffi/clsql-uffi.lisp

index 1c252e35d4d8cfad92758daeb9448b43815f7376..2b792f4e4556fce642523efb7c376ca711c8dc24 100644 (file)
@@ -25,7 +25,6 @@
    #:atoi
    #:atol
    #:atof
-   #:atol64
    #:make-64-bit-integer
    #:make-128-bit-integer
    #:split-64-bit-integer)
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+))