diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-23 14:28:57 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-23 14:28:57 +0000 |
| commit | 742e4f36b96bf41e1bdebb4d45c6eb6c5294850d (patch) | |
| tree | 27b3feabb5884439f2da4ec8ac1099c56a989955 | |
| parent | 137e8af17cb00a1ce6a805297db374e5ae91d645 (diff) | |
| download | lasso-742e4f36b96bf41e1bdebb4d45c6eb6c5294850d.tar.gz lasso-742e4f36b96bf41e1bdebb4d45c6eb6c5294850d.tar.xz lasso-742e4f36b96bf41e1bdebb4d45c6eb6c5294850d.zip | |
that part is broken with PHP 4 only
| -rw-r--r-- | swig/Lasso-wsf-disco.i | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swig/Lasso-wsf-disco.i b/swig/Lasso-wsf-disco.i index b128c966..a4719a23 100644 --- a/swig/Lasso-wsf-disco.i +++ b/swig/Lasso-wsf-disco.i @@ -1153,8 +1153,8 @@ typedef struct { /* Attributes */ #ifndef SWIGPHP4 - /* XXX: SWIG 1.3.31 fails to compile the PHP 4 binding it generates if this - * part is present */ + /* XXX: SWIG 1.3.31 and more fails to compile the PHP 4 binding it + generates if this * part is present */ #if !defined(SWIG_PHP_RENAMES) && !defined(SWIGCSHARP) && !defined(SWIGJAVA) /* "abstract" is a reserved word in PHP, C# and Java. */ @@ -1162,7 +1162,7 @@ typedef struct { #endif char *Abstract; -#endif /* !SWIG_PHP4 */ +#endif /* !SWIGPHP4 */ #ifndef SWIG_PHP_RENAMES %rename(entryId) entryID; |
