mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:16:08 -04:00
%lld fix.
This commit is contained in:
parent
8133867f51
commit
a752e322a3
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ extern void srandom(int seed);
|
|||
#undef HAVE_LONG_INT_64
|
||||
|
||||
/* Set to 1 if type "long long int" works and is 64 bits */
|
||||
#undef HAVE_LONG_LONG_INT_64_Ld
|
||||
#undef HAVE_LONG_LONG_INT_64_lld
|
||||
#undef HAVE_LONG_LONG_INT_64_qd
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue