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:
William S Fulton 2003-07-04 21:47:56 +00:00
parent 68473b02dd
commit 10b159e22a
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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 */