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:
William S Fulton 2003-07-04 21:47:56 +00:00
commit 8f731b89f9
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 */