#define _LIBC 1
/*
\f
+*/
- 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
instead of an optimizing macro. */
#define _(msgid) __dgettext (_libc_intl_domainname, (msgid))
#endif
+#endif
/*
\f