Skip to content

Commit a4e5169

Browse files
committed
Remove silly use of DLLIMPORT.
1 parent 54e5caa commit a4e5169

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.303 2005/12/23 00:38:04 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.304 2005/12/28 16:38:38 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -90,7 +90,7 @@
9090

9191
/* XXX these should appear in other modules' header files */
9292
extern bool Log_disconnections;
93-
extern DLLIMPORT bool check_function_bodies;
93+
extern bool check_function_bodies;
9494
extern int CommitDelay;
9595
extern int CommitSiblings;
9696
extern char *default_tablespace;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy