summaryrefslogtreecommitdiff
path: root/src/timezone/private.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-02-23 04:34:21 +0000
committerBruce Momjian <bruce@momjian.us>2005-02-23 04:34:21 +0000
commite3267b65177943671d4d3ec2f419c36dd6cf916e (patch)
tree46a0b0e49705c175828b016413ee9e36bca76164 /src/timezone/private.h
parent26b9a2860f5a62811ab6a197e8dee5195e14cce7 (diff)
downloadpostgresql-e3267b65177943671d4d3ec2f419c36dd6cf916e.tar.gz
Properly undef _(x) gettext macro.
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r--src/timezone/private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h
index 5fc4be2d95..41df54639f 100644
--- a/src/timezone/private.h
+++ b/src/timezone/private.h
@@ -6,7 +6,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/private.h,v 1.10 2005/02/22 04:43:23 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/private.h,v 1.11 2005/02/23 04:34:21 momjian Exp $
*/
/*
@@ -104,7 +104,7 @@ extern char *scheck(const char *string, const char *format);
((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
#endif /* !defined INT_STRLEN_MAXIMUM */
-#undef _(x)
+#undef _
#define _(msgid) (msgid)
/*