diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-26 19:30:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-26 19:30:17 +0000 |
commit | 0858ed20d2a3da65de63926c272f80d988a6c58d (patch) | |
tree | 8e12de56a39160839313157b40cebecd4257d3d5 /src/include/nodes/pg_list.h | |
parent | 437063bdc42f0232519cf1a14c1b84c6d85873bb (diff) | |
download | postgresql-0858ed20d2a3da65de63926c272f80d988a6c58d.tar.gz postgresql-0858ed20d2a3da65de63926c272f80d988a6c58d.zip |
A couple other cosmetic cleanups in new List stuff.
Diffstat (limited to 'src/include/nodes/pg_list.h')
-rw-r--r-- | src/include/nodes/pg_list.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h index 31c90de88c9..08a11ef552e 100644 --- a/src/include/nodes/pg_list.h +++ b/src/include/nodes/pg_list.h @@ -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; |