|
12 | 12 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California |
14 | 14 | * |
15 | | - * $PostgreSQL: pgsql/src/include/c.h,v 1.178 2004/12/31 22:03:18 pgsql Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/include/c.h,v 1.179 2005/02/15 01:03:47 momjian Exp $ |
16 | 16 | * |
17 | 17 | *------------------------------------------------------------------------- |
18 | 18 | */ |
|
96 | 96 | #else |
97 | 97 | #definegettext(x) (x) |
98 | 98 | #endif |
| 99 | + |
| 100 | +/* |
| 101 | + *These strings are to be translation via xgettext. We can't |
| 102 | + *call gettext() because it is located in variable initialization and |
| 103 | + *a function call can not be used. |
| 104 | + */ |
99 | 105 | #definegettext_noop(x) (x) |
100 | 106 |
|
101 | 107 |
|
|