From 0a2015b9f0376a84d913969700bd283520a9a92d Mon Sep 17 00:00:00 2001 From: Russ Tyndall Date: Tue, 7 Jan 2014 15:45:37 -0500 Subject: [PATCH] removed unused/uncompiled atol64 --- uffi/clsql-uffi-package.lisp | 1 - uffi/clsql-uffi.lisp | 6 ------ 2 files changed, 7 deletions(-) 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+)) -- 2.34.1