scilab: fix li_attribute_template test
This commit is contained in:
parent
139449f424
commit
fbb682195a
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@
|
|||
%include <attribute.i>
|
||||
%include <std_string.i>
|
||||
|
||||
// Swig Scilab uses gettext which defines a _d macro
|
||||
#if defined(SWIGSCILAB)
|
||||
%{
|
||||
#undef _d
|
||||
%}
|
||||
#endif
|
||||
|
||||
%inline
|
||||
{
|
||||
class Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue