support for (void *)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Henning Thielemann 2004-04-08 16:03:50 +00:00
commit 906c610708

View file

@ -66,8 +66,10 @@
%typemap(m3rawintype) long double *, long double &, long double "C.long_double"
%typemap(m3rawintype) char * "C.char_star"
%typemap(m3rawintype) void ""
%typemap(m3rawintype) void * "ADDRESS"
%typemap(m3rawinmode) char * ""
%typemap(m3rawinmode) void * ""
%typemap(m3rawrettype) bool, const bool & "BOOLEAN"
%typemap(m3rawrettype) char, const char & "C.char"
@ -86,6 +88,7 @@
%typemap(m3rawrettype) long double, const long double & "C.long_double"
%typemap(m3rawrettype) char * "C.char_star"
%typemap(m3rawrettype) void ""
%typemap(m3rawrettype) void * "ADDRESS"
%typemap("m3rawtype:import")
char, const char &,