mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
ARI fixes: Add missing internationalization markups throughout
C source files. * darwin-nat-info.c: Ditto. * record.c: Ditto. * remote.c: Ditto. * mi/mi-main.c: Ditto.
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
|
||||
#define CHECK_ARGS(what, args) do { \
|
||||
if ((NULL == args) || ((args[0] != '0') && (args[1] != 'x'))) \
|
||||
error("%s must be specified with 0x...", what); \
|
||||
error(_("%s must be specified with 0x..."), what); \
|
||||
} while (0)
|
||||
|
||||
#define PRINT_FIELD(structure, field) \
|
||||
|
Reference in New Issue
Block a user