Fixed the double float type.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7350 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Surendra Singhi 2005-07-23 07:06:31 +00:00
commit 78d9b75580

View file

@ -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";