summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-w2c.h
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2019-01-20 11:07:20 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2019-01-20 11:07:20 +0000
commit2e4fdfaf111ee9b97b0783757725d1eae92e42ba (patch)
treebb898ddc1ec426b6e4970b1ce17cfa16983c9f89 /Build/source/texk/web2c/cwebdir/comm-w2c.h
parent1c5eceede59b4b9a48ef00d9ccc6c05e84e92acb (diff)
Align gettext stuff.
It was quite confusing that the '_' macro was not defined near the other 'gettext' stuff in 'comm-w2c.h'. git-svn-id: svn://tug.org/texlive/trunk@49770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.h')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.h b/Build/source/texk/web2c/cwebdir/comm-w2c.h
index d0b99f5db03..2c8e2868a59 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.h
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.h
@@ -41,7 +41,8 @@ typedef uint16_t sixteen_bits;
extern int program; /* \.{CWEAVE} or \.{CTANGLE} or \.{CTWILL}? */
extern int phase; /* which phase are we in? */
-@ @<Include files@>=
+@ @d _(STRING) gettext(STRING)
+@<Include files@>=
#ifndef HAVE_GETTEXT
#define HAVE_GETTEXT 0
#endif
@@ -144,7 +145,6 @@ extern void sprint_section_name(char *,name_pointer);@/
@d fatal_message 3 /* |history| value when we had to stop prematurely */
@d mark_harmless {if (history==spotless) history=harmless_message;}
@d mark_error history=error_message
-@d _(STRING) gettext(STRING)
@d confusion(s) fatal(_("! This can't happen: "),s)
@<Common...@>=