Commit c85b28e8 by Zack Weinberg Committed by Zack Weinberg

* intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.

From-SVN: r65531
parent cebcfdc8
2003-04-12 Zack Weinberg <zack@codesourcery.com>
* intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11-protos.h
......
......@@ -49,6 +49,7 @@ extern size_t gcc_gettext_width PARAMS ((const char *));
# undef gettext
# define gettext(msgid) (msgid)
# define gcc_init_libintl() /* nothing */
# define gcc_gettext_width(s) strlen(s)
#endif
#ifndef _
......
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