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

Commit5878575

Browse files
committed
More cleanup of c.h binary macros
1 parenta305c7d commit5878575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/c.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: c.h,v 1.72 2000/06/02 16:33:17 momjian Exp $
11+
* $Id: c.h,v 1.73 2000/06/02 16:40:09 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -897,11 +897,11 @@ extern char *vararg_format(const char *fmt,...);
897897
*/
898898

899899
#ifdef__CYGWIN32__
900-
#definePG_BINARY0
900+
#definePG_BINARYO_BINARY
901901
#definePG_BINARY_R"rb"
902902
#definePG_BINARY_W"wb"
903903
#else
904-
#definePG_BINARYO_BINARY
904+
#definePG_BINARY0
905905
#definePG_BINARY_R"r"
906906
#definePG_BINARY_W"w"
907907
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp