Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c340c21

Browse files
committed
Remove useless DLLIMPORT (only needed in header files).
1 parent be64674 commit c340c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/mmgr/mcxt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.24 2000/08/22 04:00:10 tgl Exp $
17+
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.25 2001/01/11 23:27:05 petere Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -34,7 +34,7 @@
3434
* CurrentMemoryContext
3535
* Default memory context for allocations.
3636
*/
37-
DLLIMPORT MemoryContext CurrentMemoryContext = NULL;
37+
MemoryContext CurrentMemoryContext = NULL;
3838

3939
/*
4040
* Standard top-level contexts

0 commit comments

Comments
 (0)