aboutsummaryrefslogtreecommitdiffstats
path: root/gettext.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-01-28 07:39:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-01-28 07:39:59 +0200
commitbcaf861a58e63aaf82aa74abcc92ac1d81b040a6 (patch)
tree773bc447451590be13dff8a30fbd4affcfab49fa /gettext.h
parent391b5daeb5371374d7ac3d88cadf1f46db935005 (diff)
parenta63a80f6e0f734c235fc64ee81cd155bcf0730ca (diff)
downloadegawk-bcaf861a58e63aaf82aa74abcc92ac1d81b040a6.tar.gz
egawk-bcaf861a58e63aaf82aa74abcc92ac1d81b040a6.tar.bz2
egawk-bcaf861a58e63aaf82aa74abcc92ac1d81b040a6.zip
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk
Diffstat (limited to 'gettext.h')
-rw-r--r--gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext.h b/gettext.h
index 657fdbe0..aed21b85 100644
--- a/gettext.h
+++ b/gettext.h
@@ -73,7 +73,7 @@
On pre-ANSI systems without 'const', the config.h file is supposed to
contain "#define const". */
# undef gettext
-# define gettext(Msgid) ((const char *) (Msgid))
+# define gettext(Msgid) ((char *) (Msgid))
# undef dgettext
# define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
# undef dcgettext