1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Properly undef _(x) gettext macro.

This commit is contained in:
Bruce Momjian
2005-02-23 04:34:21 +00:00
parent 26b9a2860f
commit e3267b6517
4 changed files with 6 additions and 6 deletions

View File

@ -33,13 +33,13 @@
* 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>