1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

More NOT_USEDs

This commit is contained in:
Bruce Momjian
1997-08-20 14:54:35 +00:00
parent 36c9c968c0
commit 11ac1bf268
9 changed files with 34 additions and 47 deletions

View File

@ -15,7 +15,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: memutils.h,v 1.7 1997/08/19 21:40:43 momjian Exp $
* $Id: memutils.h,v 1.8 1997/08/20 14:54:35 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -27,7 +27,7 @@
#define MEMUTILS_H
#if 0
#ifdef NOT_USED
/*****************************************************************************
* align.h - alignment macros *
****************************************************************************