Fix build break with gcc 6; from Nicolas and Gianfranco

This commit is contained in:
David Anderson 2016-01-21 18:21:50 -08:00
parent 8111a2d698
commit 0b09759ee9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
#endif
};
#define _(x) "_(\""x"\")"
#define _(x) "_(\"" x "\")"
extern SCHED_MSG_LOG log_messages;
#endif