diff options
Diffstat (limited to 'src/i18n.h')
-rw-r--r-- | src/i18n.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,4 +42,5 @@ enum MSGCATALOG_ID { extern const char *const MSGS[]; -#define _(msg_id) s(MSGS, msg_id) +const char * +_(const int msg_id); |