binutils  2.23.2
About: GNU Binutils are a collection of binary tools. The main ones are "ld" the GNU linker and "(g)as" the GNU assembler.
  Fossies Dox: binutils-2.23.2.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
asintl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define gettext(Msgid)   (Msgid)
 
#define dgettext(Domainname, Msgid)   (Msgid)
 
#define dcgettext(Domainname, Msgid, Category)   (Msgid)
 
#define textdomain(Domainname)   while (0) /* nothing */
 
#define bindtextdomain(Domainname, Dirname)   while (0) /* nothing */
 
#define _(String)   (String)
 
#define N_(String)   (String)
 

Macro Definition Documentation

#define _ (   String)    (String)

Definition at line 50 of file asintl.h.

#define bindtextdomain (   Domainname,
  Dirname 
)    while (0) /* nothing */

Definition at line 49 of file asintl.h.

#define dcgettext (   Domainname,
  Msgid,
  Category 
)    (Msgid)

Definition at line 47 of file asintl.h.

#define dgettext (   Domainname,
  Msgid 
)    (Msgid)

Definition at line 46 of file asintl.h.

#define gettext (   Msgid)    (Msgid)

Definition at line 45 of file asintl.h.

#define N_ (   String)    (String)

Definition at line 51 of file asintl.h.

#define textdomain (   Domainname)    while (0) /* nothing */

Definition at line 48 of file asintl.h.