diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/int8.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 5767edbd9d6..24177bee82b 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.5 1998/09/10 03:27:09 momjian Exp $ + * $Id: int8.h,v 1.6 1998/09/10 05:36:00 momjian Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may @@ -29,11 +29,11 @@ typedef long int int64; #define INT64_FORMAT "%ld" #else -#ifdef HAVE_LONG_LONG_INT_64_Ld +#ifdef HAVE_LONG_LONG_INT_64_lld /* We have working support for "long long int", use that */ typedef long long int int64; -#define INT64_FORMAT "%Ld" +#define INT64_FORMAT "%lld" #else #ifdef HAVE_LONG_LONG_INT_64_qd /* We have working support for "long long int", use that */ |
