|
9 | 9 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
10 | 10 | * Portions Copyright (c) 1994, Regents of the University of California
|
11 | 11 | *
|
12 |
| - * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.58 2006/03/05 15:59:07 momjian Exp $ |
| 12 | + * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.59 2006/06/06 16:20:11 momjian Exp $ |
13 | 13 | *
|
14 | 14 | *-------------------------------------------------------------------------
|
15 | 15 | */
|
|
185 | 185 | /* keep this struct small; it gets used a lot */
|
186 | 186 | typedefstruct
|
187 | 187 | {
|
188 |
| -#if defined(_AIX) |
189 |
| -char*token; |
190 |
| -#else |
191 | 188 | chartoken[TOKMAXLEN];
|
192 |
| -#endif/* _AIX */ |
193 | 189 | chartype;
|
194 | 190 | charvalue;/* this may be unsigned, alas */
|
195 | 191 | }datetkn;
|
|