Move some macros around

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-27 23:57:43 +00:00
parent 5364c8ac9b
commit 8c71f3fcbe
4 changed files with 8 additions and 10 deletions

View File

@ -77,10 +77,6 @@
#define MSTR_(s) #s
#define MSTR(s) MSTR_(s)
// Use #s here to prevent macro expansion
/// Macro used for shortening some debugging code.
#define CASESTRRET(s) case s: return #s
// X resource checker
#ifdef DEBUG_XRC
#include "xrescheck.h"