OSDN Git Service

Update comment on int64 printf speciifications for MinGW:
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 18:14:18 +0000 (18:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 18:14:18 +0000 (18:14 +0000)
commit314cef0f12f0577c0d1eb53cf90d95a0671088e7
treec56717d14f8faef463ea95506a5ec5c830415058
parentb5ddfb4bd00c844aba36879829f6b329c9452888
Update comment on int64 printf speciifications for MinGW:

# MinGW uses '%I64d', though gcc throws an warning with -Wall,
# while '%lld' doesn't generate a warning, but doesn't work.
config/c-library.m4