
Go to the source code of this file.
Defines | |
| #define | setlocale(category, locale) (locale) |
| #define | textdomain(domain) (domain) |
| #define | bindtextdomain(domain, directory) (domain) |
| #define | gettext(msgid) (msgid) |
| #define | gcc_init_libintl() |
| #define | gcc_gettext_width(s) strlen(s) |
| #define | _(msgid) gettext (msgid) |
| #define | N_(msgid) msgid |
| #define | G_(gmsgid) gmsgid |
Variables | |
| const char * | open_quote |
| const char * | close_quote |
| #define G_ | ( | gmsgid | ) | gmsgid |
Definition at line 55 of file intl.h.
Referenced by convert_for_assignment(), fold_negate_expr(), fold_range_test(), implicit_decl_warning(), inline_forbidden_p_1(), locate_old_decl(), readonly_error(), and vrp_evaluate_conditional().
| #define gcc_gettext_width | ( | s | ) | strlen(s) |
| const char* close_quote |
| const char* open_quote |
1.5.6