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:
parent
aec373c3d0
commit
78d9b75580
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue