Skip to content

Commit

Permalink
comment the == ignore line as java_modular chokes on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 26, 2011
1 parent 759fabb commit 443fa3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/configure
Expand Up @@ -118,13 +118,15 @@ _python=auto
_octave=auto
_r=auto
_ruby_narray=auto

#static interfaces
_cmdline_static=auto
_python_static=auto
_octave_static=auto
_r_static=auto
_elwms_static=no
_matlab_static=auto

#modular interfaces
_python_modular=auto
_octave_modular=auto
Expand Down
4 changes: 1 addition & 3 deletions src/interfaces/modular/modshogun_ignores.i
@@ -1,9 +1,7 @@
#ifndef SWIGJAVA
%ignore operator[];
%ignore operator=;
%ignore operator==;
/*%ignore operator==;*/
%ignore operator!=;
#endif

#ifdef SWIGJAVA
%ignore SGIO;
Expand Down

0 comments on commit 443fa3e

Please sign in to comment.