mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
typemap for std::size_t
Unaccountably missing from swig_guile.
This commit is contained in:
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…
Reference in New Issue
Block a user