]> granicus.if.org Git - postgresql/commitdiff
Properly undef _(x) gettext macro.
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Feb 2005 04:34:21 +0000 (04:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Feb 2005 04:34:21 +0000 (04:34 +0000)
src/pl/plperl/SPI.xs
src/pl/plperl/plperl.c
src/pl/plperl/spi_internal.c
src/timezone/private.h

index de28459eba4f2e50b11e4d886afabe7bd9a0ecc8..93f7da246c4852cd90f925bd0b17587450bd5729 100644 (file)
@@ -1,7 +1,7 @@
 /* this must be first: */
 #include "postgres.h"
 /* Defined by Perl */
-#undef _(x)
+#undef _
 
 /* perl stuff */
 #include "EXTERN.h"
index 75d04ff5a19c6b0381354c14af3959bd8725932e..620448b50842982ea689ab7e98edec28173ab811 100644 (file)
  *       ENHANCEMENTS, OR MODIFICATIONS.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.68 2005/02/22 04:42:44 momjian Exp $
+ *       $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.69 2005/02/23 04:34:05 momjian Exp $
  *
  **********************************************************************/
 
 #include "postgres.h"
 /* Defined by Perl */
-#undef _(x)
+#undef _
 
 /* system stuff */
 #include <ctype.h>
index 7e26c5d50511d32b5e9074402dc29bd18a013c73..c022d7d9e57e28af08a3281b70febd4b63b63525 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "postgres.h"
 /* Defined by Perl */
-#undef _(x)
+#undef _
 
 #include "spi_internal.h"
 
index 5fc4be2d9554a42a3d5f62922fdec18108337cfe..41df54639f19fc02b1a07cddde5080dede052cd0 100644 (file)
@@ -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)
 
 /*