summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorPeter Eisentraut2011-06-26 20:05:30 +0000
committerPeter Eisentraut2011-06-26 20:05:30 +0000
commitc6ef13937652850267e5422213af67144f4b5e1d (patch)
tree5444e48709f1053caa919fd70b85747491051d33 /src/interfaces
parent1b11e239cac545b86886a30fa15ae1f7c2d6e385 (diff)
Make _ be automatically included in GETTEXT_TRIGGERS
Since it's globally defined in c.h, it should be treated as a gettext trigger everywhere.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/preproc/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/nls.mk b/src/interfaces/ecpg/preproc/nls.mk
index f41cfc64cfc..2c66d7833af 100644
--- a/src/interfaces/ecpg/preproc/nls.mk
+++ b/src/interfaces/ecpg/preproc/nls.mk
@@ -2,4 +2,4 @@
CATALOG_NAME = ecpg
AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
-GETTEXT_TRIGGERS = _ mmerror:3
+GETTEXT_TRIGGERS = mmerror:3