We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03779a commit d09484eCopy full SHA for d09484e
include/flc_algorithm.i
@@ -99,10 +99,8 @@ typedef int index_int;
99
// Make function pointers available as generic types
100
%typemap(fin) bool (*)(SWIGTYPE, SWIGTYPE)
101
"$1 = c_funloc($input)"
102
-%typemap(findecl, match="fin") bool (*)(SWIGTYPE, SWIGTYPE) ""
103
%typemap(fout) bool (*)(CTYPE, CTYPE)
104
"call c_f_procpointer($1, $result)"
105
-%typemap(foutdecl, match="fout") bool (*)(SWIGTYPE, SWIGTYPE) ""
106
107
%flc_cmp_funptr(int32_t, integer(C_INT32_T))
108
%flc_cmp_funptr(int64_t, integer(C_INT64_T))
0 commit comments