From 78d9b75580e2e467eda63bb3752a566c16480192 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Sat, 23 Jul 2005 07:06:31 +0000 Subject: [PATCH] Fixed the double float type. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7350 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/clisp/clisp.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/clisp/clisp.swg b/Lib/clisp/clisp.swg index 322f399f5..95410e0fe 100644 --- a/Lib/clisp/clisp.swg +++ b/Lib/clisp/clisp.swg @@ -25,4 +25,4 @@ %typemap(in) unsigned long "ffi:ulong"; %typemap(in) float "SINGLE-FLOAT"; -%typemap(in) double "DOUBLE_FLOAT"; +%typemap(in) double "DOUBLE-FLOAT";