mirror of https://github.com/swig/swig
Added preprocessor symbols
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4946 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
68473b02dd
commit
10b159e22a
|
@ -43,6 +43,9 @@ public:
|
|||
fputs( usage, stderr );
|
||||
}
|
||||
}
|
||||
|
||||
// Add a symbol to the parser for conditional compilation
|
||||
Preprocessor_define("SWIGSEXP 1",0);
|
||||
}
|
||||
|
||||
DOHHash *print_circle_hash;
|
||||
|
|
|
@ -80,6 +80,9 @@ public:
|
|||
fputs( usage, stderr );
|
||||
}
|
||||
}
|
||||
|
||||
// Add a symbol to the parser for conditional compilation
|
||||
Preprocessor_define("SWIGXML 1",0);
|
||||
}
|
||||
|
||||
/* Top of the parse tree */
|
||||
|
|
Loading…
Reference in New Issue