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

Commit3582b22

Browse files
committed
Fix hardcoded typeof check result for Windows
The test result that I had blindly stipulated didn't work out on thebuild farm, so disable the feature in Windows MSVC for now.
1 parentddce628 commit3582b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
#define HAVE_TOWLOWER 1
456456

457457
/* Define to 1 if your compiler understands `typeof' or something similar. */
458-
#define HAVE_TYPEOF1
458+
/* #undef HAVE_TYPEOF*/
459459

460460
/* Define to 1 if you have the external array `tzname'. */
461461
/* #undef HAVE_TZNAME */
@@ -687,4 +687,4 @@
687687
/* #undef signed */
688688

689689
/* Define to how the compiler spells `typeof'. */
690-
#define typeofdecltype
690+
/* #undef typeof*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp