From: Bruce Momjian Date: Fri, 11 Sep 1998 14:10:53 +0000 (+0000) Subject: %lld fix. X-Git-Tag: REL6_4_2~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a752e322a3ae3b1fab76bc25d69e31770234fbd1;p=postgresql %lld fix. --- diff --git a/src/include/config.h.in b/src/include/config.h.in index 7b1e44d159..c4d118d6b4 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -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 /*