Skip to content
Snippets Groups Projects
Commit 82e96bb3 authored by Richard Linden's avatar Richard Linden
Browse files
parents 0b96a0e8 e1c09b9b
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@
#define LL_TYPEOF(exp) typeof(exp)
#endif
#define LL_TO_STRING_HELPER(x) #x
#define LL_TO_STRING_HELPER(x) #x
#define LL_TO_STRING(x) LL_TO_STRING_HELPER(x)
#define LL_FILE_LINENO(msg) __FILE__ "(" LL_TO_STRING(__LINE__) ") : " msg
#if LL_WINDOWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment