Fix testcase failure on Node Javascript
This commit is contained in:
parent
b2660e7100
commit
902a141540
1 changed files with 3 additions and 2 deletions
|
|
@ -372,8 +372,9 @@ int methodX(int x) { return x+100; }
|
|||
|
||||
// Comma in macro - Github issue #974
|
||||
%inline %{
|
||||
#define __attribute__(x)
|
||||
#define TCX_PACKED(d) d __attribute__ ((__packed__))
|
||||
#define swig__attribute__(x)
|
||||
#define TCX_PACKED(d) d swig__attribute__ ((__packed__))
|
||||
|
||||
|
||||
TCX_PACKED (typedef struct tcxMessageTestImpl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue