Added interface file for allins.hpp

This commit is contained in:
gergely.erdelyi 2008-07-17 18:49:35 +00:00
parent 1a7b765989
commit 86d9408b93

7
swig/allins.i Normal file
View File

@ -0,0 +1,7 @@
// Ignore the unnedded externals
%ignore Instructions;
// This makes SWIG ignore the size def for the Intel enum
#define ENUM_SIZE(x)
%include "allins.hpp"