fix bug #1060789
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8888 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46318e8766
commit
72fd0c51ab
4 changed files with 7 additions and 2 deletions
|
|
@ -309,3 +309,6 @@ int test(int defined)
|
|||
#pragma SWIG cpperraswarn=1
|
||||
#error "Some error"
|
||||
|
||||
|
||||
#define MASK(shift, size) (((1 << (size)) - 1) <<(shift))
|
||||
#define SOME_MASK_DEF (80*MASK(8, 10))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue