aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-01-11 23:27:05 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-01-11 23:27:05 +0000
commitc340c21865f89dfd9c739ba945f7f0a873bd5f29 (patch)
tree41f4a0ef6689e9407b7b3b75ff9ce7cf8e4bf7ef /src
parentbe64674a0dfa3951d08608535094faaa3d85fc5d (diff)
downloadpostgresql-c340c21865f89dfd9c739ba945f7f0a873bd5f29.tar.gz
postgresql-c340c21865f89dfd9c739ba945f7f0a873bd5f29.zip
Remove useless DLLIMPORT (only needed in header files).
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/mmgr/mcxt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c
index b8f994d098d..97590924825 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