|
1 |
| -/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.23 2007/03/29 12:02:24 meskes Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.24 2007/04/27 07:55:14 meskes Exp $ */ |
2 | 2 |
|
3 | 3 | #ifndef_ECPG_LIB_EXTERN_H
|
4 | 4 | #define_ECPG_LIB_EXTERN_H
|
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
|
135 | 135 | conststructstatement*stmt,structvariable*var);
|
136 | 136 | boolECPGstore_input(constint,constbool,conststructvariable*,constchar**,bool*,bool);
|
137 | 137 |
|
138 |
| -#if defined(__GNUC__)&& (defined (__powerpc__)|| defined(__amd64__)|| defined(__x86_64__)) |
139 |
| -/* work around a gcc/ABI bug with va_lists on ppc+amd64 */ |
140 |
| -voidECPGget_variable(va_list,enumECPGttype,structvariable*,bool); |
141 |
| -#else |
142 |
| -voidECPGget_variable(va_list*,enumECPGttype,structvariable*,bool); |
143 |
| -#endif |
144 |
| - |
145 | 138 | /* SQLSTATE values generated or processed by ecpglib (intentionally
|
146 | 139 | * not exported -- users should refer to the codes directly) */
|
147 | 140 |
|
|