1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

A couple other cosmetic cleanups in new List stuff.

This commit is contained in:
Tom Lane
2004-05-26 19:30:17 +00:00
parent 437063bdc4
commit 0858ed20d2
2 changed files with 5 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.44 2004/05/26 04:41:45 neilc Exp $
* $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.45 2004/05/26 19:30:17 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -49,8 +49,6 @@
* always be so; try to be careful to maintain the distinction.)
*/
#define LIST_CELL_TYPE ListCell
typedef struct ListCell ListCell;
typedef struct List List;