diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-23 14:22:06 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-23 14:22:06 +0000 |
| commit | 137e8af17cb00a1ce6a805297db374e5ae91d645 (patch) | |
| tree | aea422bb40b01d9a997cf683819c4d0de9bad4f8 | |
| parent | b8304263bd28ff653f502f0831b111a313938f9c (diff) | |
| download | lasso-137e8af17cb00a1ce6a805297db374e5ae91d645.tar.gz lasso-137e8af17cb00a1ce6a805297db374e5ae91d645.tar.xz lasso-137e8af17cb00a1ce6a805297db374e5ae91d645.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 bbad0155..b128c966 100644 --- a/swig/Lasso-wsf-disco.i +++ b/swig/Lasso-wsf-disco.i @@ -1152,8 +1152,8 @@ typedef struct { typedef struct { /* Attributes */ -#ifndef SWIG_PHP_RENAMES - /* XXX: SWIG 1.3.31 fails to compile the PHP binding it generates if this +#ifndef SWIGPHP4 + /* XXX: SWIG 1.3.31 fails to compile the PHP 4 binding it generates if this * part is present */ #if !defined(SWIG_PHP_RENAMES) && !defined(SWIGCSHARP) && !defined(SWIGJAVA) @@ -1162,7 +1162,7 @@ typedef struct { #endif char *Abstract; -#endif /* !SWIG_PHP_RENAMES */ +#endif /* !SWIG_PHP4 */ #ifndef SWIG_PHP_RENAMES %rename(entryId) entryID; |
