|
|

楼主 |
发表于 2006-1-6 16:35:27
|
显示全部楼层
在coreutils里找到解释- /* Disabled NLS.
- The casts to 'const char *' serve the purpose of producing warnings
- for invalid uses of the value returned from these functions.
- On pre-ANSI systems without 'const', the config.h file is supposed to
- contain "#define const". */
- # define gettext(Msgid) ((const char *) (Msgid))
- #define _(msgid) gettext (msgid)
- #define N_(msgid) msgid
复制代码 |
|