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

BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros

fixed bad search and replace
parent d83c51a4
Branches
Tags
No related merge requests found
...@@ -356,10 +356,10 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG; ...@@ -356,10 +356,10 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG;
// DEPRECATED: Use the new macros that allow tags and *look* like macros. // DEPRECATED: Use the new macros that allow tags and *look* like macros.
//#define lldebugs LL_DEBUGS() //#define lldebugs LL_DEBUGS()
#define LL_INFOS() LL_INFOS() #define llinfos LL_INFOS()
//#define llwarns LL_WARNS() //#define llwarns LL_WARNS()
//#define llerrs LL_ERRS() //#define llerrs LL_ERRS()
//#define llcont LL_CONT //#define llcont LL_CONT
#define LL_ENDL LL_ENDL #define llendl LL_ENDL
#endif // LL_LLERROR_H #endif // LL_LLERROR_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment