compile time compatibility with swig 4.1

This commit is contained in:
Axel Kohlmeyer
2023-05-09 02:41:21 -04:00
parent 9890987eec
commit f015aaff84

View File

@ -18,7 +18,9 @@
%pointer_cast(void *, double *, void_p_to_double_p);
%pointer_cast(void *, double **, void_p_to_double_2d_p);
#if !defined(SWIGLUA)
%cstring_output_maxsize(char *buffer, int buf_size);
#endif
%{