git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6573 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
153 B
Python
10 lines
153 B
Python
import preproc
|
|
|
|
if preproc.endif != 1:
|
|
raise RuntimeError
|
|
|
|
if preproc.define != 1:
|
|
raise RuntimeError
|
|
|
|
if preproc.defined != 1:
|
|
raise RuntimeError
|