From: Russ Tyndall Date: Tue, 7 Jan 2014 20:45:37 +0000 (-0500) Subject: removed unused/uncompiled atol64 X-Git-Tag: v6.5.0~13 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=0a2015b9f0376a84d913969700bd283520a9a92d removed unused/uncompiled atol64 --- diff --git a/uffi/clsql-uffi-package.lisp b/uffi/clsql-uffi-package.lisp index 1c252e3..2b792f4 100644 --- a/uffi/clsql-uffi-package.lisp +++ b/uffi/clsql-uffi-package.lisp @@ -25,7 +25,6 @@ #:atoi #:atol #:atof - #:atol64 #:make-64-bit-integer #:make-128-bit-integer #:split-64-bit-integer) 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+))