Commit 6c123729 by Mark Klein Committed by Jeff Law

* makeinfo/makeinfo.c: Add HAVE_LC_MESSAGES around setlocale call.

From-SVN: r27212
parent 6ab5c740
Wed May 26 19:30:00 1999 Mark Klein <mklein@dis.com>
* makeinfo/makeinfo.c: Add HAVE_LC_MESSAGES around setlocale call.
1999-02-24 Alexandre Oliva <oliva@dcc.unicamp.br>
* lib/Makefile.in: Regen dependencies.
......
......@@ -945,8 +945,10 @@ main (argc, argv)
/* Do not use LC_ALL, because LC_NUMERIC screws up the scanf parsing
of the argument to @multicolumn. */
setlocale (LC_TIME, "");
#ifdef HAVE_LC_MESSAGES
setlocale (LC_MESSAGES, "");
#endif
#endif
/* Set the text message domain. */
bindtextdomain (PACKAGE, LOCALEDIR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment