typemap for std::size_t

Unaccountably missing from swig_guile.
pull/1191/head
John Ralls 5 years ago
parent 5c74337810
commit 42185c0ec8

@ -38,6 +38,9 @@ namespace std {
%enddef
%typemap(in) std::size_t "$1 = scm_to_ulong($input);";
%typemap(out) std::size_t "$result = scm_from_ulong($1);";
//%module sw_gnc_optiondb
%{
#include "gnc-optiondb.h"

Loading…
Cancel
Save