diff options
| -rw-r--r-- | swig/Lasso-wsf-disco.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/Lasso-wsf-disco.i b/swig/Lasso-wsf-disco.i index bc98839e..767e7eb1 100644 --- a/swig/Lasso-wsf-disco.i +++ b/swig/Lasso-wsf-disco.i @@ -1151,8 +1151,8 @@ typedef struct { /* XXX: SWIG 1.3.31 fails to compile the PHP binding it generates if this * part is present */ -#if !defined(SWIGPHP4) && !defined(SWIGCSHARP) - /* "abstract" is a reserved word in C#. */ +#if !defined(SWIGPHP4) && !defined(SWIGCSHARP) && !defined(SWIGJAVA) + /* "abstract" is a reserved word in PHP, C# and Java. */ %rename(abstract) Abstract; #endif char *Abstract; |
