diff options
Diffstat (limited to '')
| -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); |
![]() |
index : pindaiba | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/i18n.h | 3 |
@@ -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); |