X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fatoifl.cl;h=84e9a72c568181ca8a003b89782b70bbeceebe5b;hb=e6ead14af8cd0833a49d7cd33c8bc33d3404da6d;hp=064a91f7d1257e6978b76207d8197e8ff5f9f1e5;hpb=acdc714a0b8ea9c0df0c9ffc56699fa010bd549e;p=uffi.git diff --git a/examples/atoifl.cl b/examples/atoifl.cl index 064a91f..84e9a72 100644 --- a/examples/atoifl.cl +++ b/examples/atoifl.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: atoifl.cl,v 1.4 2002/04/02 23:27:05 kevin Exp $ +;;;; $Id: atoifl.cl,v 1.5 2002/04/03 00:31:32 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -53,7 +53,7 @@ :fail-info "Error with atoi") (util.test:test (atoi "") 0 :test #'eql :fail-info "Error with atoi") - (util.test:test (atof "2.23") 2.23 :test #'eql + (util.test:test (atof "2.23") 2.23d0 :test #'eql :fail-info "Error with atof") )