diff options
| author | Peter Eisentraut | 2000-01-15 02:59:43 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-01-15 02:59:43 +0000 |
| commit | 1cd4c141167131f0739a654c6f703fc1a5154f0f (patch) | |
| tree | 2459cd9f0bc38d80b6038a877603af9ae3fdb988 /src/include/utils/int8.h | |
| parent | 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c (diff) | |
Fixed all elog related warnings, as well as a few others.
Diffstat (limited to 'src/include/utils/int8.h')
| -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 b55cecf8471..89d328af21d 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.15 2000/01/10 16:13:22 momjian Exp $ + * $Id: int8.h,v 1.16 2000/01/15 02:59:43 petere Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may @@ -91,7 +91,7 @@ extern int64 *int48div(int32 val1, int64 *val2); extern int64 *int48(int32 val); extern int32 int84(int64 *val); -#if NOT_USED +#ifdef NOT_USED extern int64 *int2vector (int16 val); extern int16 int82(int64 *val); |
