mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Use _() macro consistently rather than gettext(). Add translation
macros around strings that were missing them.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* this must be first: */
|
||||
#include "postgres.h"
|
||||
/* Defined by Perl */
|
||||
#undef _(x)
|
||||
|
||||
/* perl stuff */
|
||||
#include "EXTERN.h"
|
||||
|
@@ -33,11 +33,13 @@
|
||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.67 2005/01/14 16:25:42 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.68 2005/02/22 04:42:44 momjian Exp $
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
#include "postgres.h"
|
||||
/* Defined by Perl */
|
||||
#undef _(x)
|
||||
|
||||
/* system stuff */
|
||||
#include <ctype.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
/* Defined by Perl */
|
||||
#undef _(x)
|
||||
|
||||
#include "spi_internal.h"
|
||||
|
||||
|
Reference in New Issue
Block a user