Skip to content

Commit 56d5641

Browse files
committed
Un-break non-NLS builds.
1 parent 7ecfacc commit 56d5641

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/c.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $PostgreSQL: pgsql/src/include/c.h,v 1.229 2008/07/03 02:49:54 momjian Exp $
15+
* $PostgreSQL: pgsql/src/include/c.h,v 1.230 2008/10/09 22:23:46 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -90,12 +90,13 @@
9090
/* Must be before gettext() games below */
9191
#include <locale.h>
9292

93-
#define _(x) gettext((x))
93+
#define _(x) gettext(x)
9494

9595
#ifdef ENABLE_NLS
9696
#include <libintl.h>
9797
#else
9898
#define gettext(x) (x)
99+
#define dgettext(d,x) (x)
99100
#endif
100101

101102
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy