Skip to content
Snippets Groups Projects
Commit e1c09b9b authored by Richard Linden's avatar Richard Linden
Browse files

fixed eol type

parent 1f3f660c
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