fix macro with empy args
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6751 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
df8c99079b
commit
5beb5dc5df
3 changed files with 6 additions and 2 deletions
|
|
@ -8,3 +8,7 @@ if preproc.define != 1:
|
|||
|
||||
if preproc.defined != 1:
|
||||
raise RuntimeError
|
||||
|
||||
if 2*preproc.one != preproc.two:
|
||||
raise RuntimeError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue