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)