mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Remove useless DLLIMPORT (only needed in header files).
This commit is contained in:
parent
be64674a0d
commit
c340c21865
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.24 2000/08/22 04:00:10 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.25 2001/01/11 23:27:05 petere Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -34,7 +34,7 @@
|
|||||||
* CurrentMemoryContext
|
* CurrentMemoryContext
|
||||||
* Default memory context for allocations.
|
* Default memory context for allocations.
|
||||||
*/
|
*/
|
||||||
DLLIMPORT MemoryContext CurrentMemoryContext = NULL;
|
MemoryContext CurrentMemoryContext = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Standard top-level contexts
|
* Standard top-level contexts
|
||||||
|
Loading…
Reference in New Issue
Block a user