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

Commit6fe25c1

Browse files
committed
Change SIZEOF_BOOL to 1 for Windows.
For some reason it was previously defined as 0, which is silly. The onlyeffect was to disable use of <stdbool.h>, which commitb2328bf intendedto make possible.Thomas MunroDiscussion:https://postgr.es/m/CAEepm%3D3%3DTDYEXUEcHpEx%2BTwc31wo7PA0oBAiNt6sWmq93MW02A%40mail.gmail.com
1 parent2993435 commit6fe25c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/pg_config.h.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
#define PG_VERSION_STR "Uninitialized version string (win32)"
616616

617617
/* The size of `bool', as computed by sizeof. */
618-
#define SIZEOF_BOOL0
618+
#define SIZEOF_BOOL1
619619

620620
/* The size of `long', as computed by sizeof. */
621621
#define SIZEOF_LONG 4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp