1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Fixed all elog related warnings, as well as a few others.

This commit is contained in:
Peter Eisentraut
2000-01-15 02:59:43 +00:00
parent 7c9390caa1
commit 1cd4c14116
42 changed files with 184 additions and 182 deletions

View File

@@ -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);