*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@73 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-12 23:49:22 +00:00
commit a6dd49b378
8 changed files with 22 additions and 19 deletions

View file

@ -346,7 +346,7 @@ void JAVA::parse_args(int argc, char *argv[]) {
// Add a symbol to the parser for conditional compilation
// cpp::define("SWIGJAVA");
add_symbol("SWIGJAVA", 0, 0);
SWIG_cpp_define((void *) "SWIGJAVA 1",0);
// Add typemap definitions
typemap_lang = "java";