Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc340c21

Browse files
committed
Remove useless DLLIMPORT (only needed in header files).
1 parentbe64674 commitc340c21

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-
DLLIMPORTMemoryContextCurrentMemoryContext=NULL;
37+
MemoryContextCurrentMemoryContext=NULL;
3838

3939
/*
4040
* Standard top-level contexts

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp