mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
* intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
From-SVN: r65531
This commit is contained in:
parent
cebcfdc87f
commit
c85b28e8f3
@ -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
|
||||
|
@ -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 _
|
||||
|
Loading…
x
Reference in New Issue
Block a user