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

@ -50,7 +50,7 @@
#endif
#include "options.h"
#define auto __auto_type
#define CASESTRRET(s) case s: return #s
/// Get session_t pointer from a pointer to a member of session_t
#define session_ptr(ptr, member) ({ \