From: Peter Eisentraut Date: Thu, 11 Jan 2001 23:27:05 +0000 (+0000) Subject: Remove useless DLLIMPORT (only needed in header files). X-Git-Tag: REL7_1~861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c340c21865f89dfd9c739ba945f7f0a873bd5f29;p=postgresql Remove useless DLLIMPORT (only needed in header files). --- diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c index b8f994d098..9759092482 100644 --- a/src/backend/utils/mmgr/mcxt.c +++ b/src/backend/utils/mmgr/mcxt.c @@ -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