Added preprocessor symbols
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4946 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ba2f1d04b8
commit
8f731b89f9
2 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue