1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-16 16:42:29 +03:00
#include "postgres.h"
	#include "c.h"
This commit is contained in:
Marc G. Fournier
1996-10-31 09:51:30 +00:00
parent 3341750769
commit 99412aef23
86 changed files with 87 additions and 185 deletions

View File

@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dllist.h,v 1.1 1996/08/28 07:22:36 scrappy Exp $
* $Id: dllist.h,v 1.2 1996/10/31 09:48:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -34,7 +34,6 @@
#ifndef DLLIST_H
#define DLLIST_H
#include "c.h"
struct Dllist;
struct Dlelem;

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: fstack.h,v 1.1 1996/08/28 07:22:37 scrappy Exp $
* $Id: fstack.h,v 1.2 1996/10/31 09:48:46 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,7 +25,6 @@
#ifndef FSTACK_H
#define FSTACK_H
#include "c.h"
/*
* FixedItem --

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: stringinfo.h,v 1.1 1996/08/28 07:22:41 scrappy Exp $
* $Id: stringinfo.h,v 1.2 1996/10/31 09:48:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRINGINFO_H
#define STRINGINFO_H
/*#include "c.h" */ /* for 'String' */
/*-------------------------
* StringInfoData holds information about a string.