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

Commiteb29d89

Browse files
committed
Move declaration of check_function_bodies to where the perl headershaven't had a chance to mangle the definition of DLLIMPORT (thanks again, perl guys).
1 parent1211918 commiteb29d89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* ENHANCEMENTS, OR MODIFICATIONS.
3434
*
3535
* IDENTIFICATION
36-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.97 2005/12/28 18:34:16 tgl Exp $
36+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.98 2005/12/29 14:28:31 adunstan Exp $
3737
*
3838
**********************************************************************/
3939

@@ -56,6 +56,9 @@
5656
#include"miscadmin.h"
5757
#include"mb/pg_wchar.h"
5858

59+
/* define this before the perl headers get a chance to mangle DLLIMPORT */
60+
externDLLIMPORTboolcheck_function_bodies;
61+
5962
/* perl stuff */
6063
#include"EXTERN.h"
6164
#include"perl.h"
@@ -69,8 +72,6 @@
6972
#definepTHX void
7073
#endif
7174

72-
externDLLIMPORTboolcheck_function_bodies;
73-
7475

7576
/**********************************************************************
7677
* The information we cache about loaded procedures

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp