diff options
| author | Bruce Momjian | 1998-09-11 17:16:11 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-09-11 17:16:11 +0000 |
| commit | 4fc3b068ab232bf3861a95cd308711dae53921cc (patch) | |
| tree | 7385522da3dea0e5f43c678141110e1d682e4b33 /src/include/utils | |
| parent | b3e72e518eeef7ba58213c1ec7de6568d175474c (diff) | |
Remove lld from LONG LONG name
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/int8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 211a6efd5ae..9a276108305 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.7 1998/09/11 16:43:26 momjian Exp $ + * $Id: int8.h,v 1.8 1998/09/11 17:16:11 momjian Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may @@ -29,7 +29,7 @@ typedef long int int64; #define INT64_FORMAT "%ld" #else -#ifdef HAVE_LONG_LONG_INT_64_lld +#ifdef HAVE_LONG_LONG_INT_64 /* We have working support for "long long int", use that */ typedef long long int int64; |
