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

From-SVN: r65531
This commit is contained in:
Zack Weinberg 2003-04-12 23:07:34 +00:00 committed by Zack Weinberg
parent cebcfdc87f
commit c85b28e8f3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 _