Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit85a3fce

Browse files
author
Michael Meskes
committed
Removed non-existant function from extern.h
1 parentc8577c6 commit85a3fce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎src/interfaces/ecpg/ecpglib/extern.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ */
22

33
#ifndef_ECPG_LIB_EXTERN_H
44
#define_ECPG_LIB_EXTERN_H
@@ -135,13 +135,6 @@ bool ECPGstore_result(const PGresult *results, int act_field,
135135
conststructstatement*stmt,structvariable*var);
136136
boolECPGstore_input(constint,constbool,conststructvariable*,constchar**,bool*,bool);
137137

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-
145138
/* SQLSTATE values generated or processed by ecpglib (intentionally
146139
* not exported -- users should refer to the codes directly) */
147140

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp