Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73e041 commit 1d7dfb1Copy full SHA for 1d7dfb1
src/include/c.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/include/c.h,v 1.178 2004/12/31 22:03:18 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.179 2005/02/15 01:03:47 momjian Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -96,6 +96,12 @@
96
#else
97
#define gettext(x) (x)
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
+ */
105
#define gettext_noop(x) (x)
106
107
0 commit comments