diff options
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index 7997c8d0de..50631d164a 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -48,10 +48,11 @@ Cambridge, MA 02139, USA. */ #define _LIBC 1 /* +*/ - Define the macro `_' for conveniently marking translatable strings - in the libc source code. */ - +#ifndef ASSEMBLER +/* Define the macro `_' for conveniently marking translatable strings + in the libc source code. */ #include <libintl.h> extern const char _libc_intl_domainname[]; #ifdef dgettext @@ -62,6 +63,7 @@ extern const char _libc_intl_domainname[]; instead of an optimizing macro. */ #define _(msgid) __dgettext (_libc_intl_domainname, (msgid)) #endif +#endif /* |