Skip to content
Snippets Groups Projects
Commit c340c218 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove useless DLLIMPORT (only needed in header files).

parent be64674a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
*
*
* 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
* Default memory context for allocations.
*/
DLLIMPORT MemoryContext CurrentMemoryContext = NULL;
MemoryContext CurrentMemoryContext = NULL;
/*
* Standard top-level contexts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment