No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -47,9 +47,9 @@ extern "C" {
|
||||
#include "apr_dso.h"
|
||||
}
|
||||
|
||||
#define DEBUGMSG(...) lldebugs << llformat(__VA_ARGS__) << llendl
|
||||
#define INFOMSG(...) llinfos << llformat(__VA_ARGS__) << llendl
|
||||
#define WARNMSG(...) llwarns << llformat(__VA_ARGS__) << llendl
|
||||
#define DEBUGMSG(...) LL_DEBUGS() << llformat(__VA_ARGS__) << llendl
|
||||
#define INFOMSG(...) LL_INFOS() << llformat(__VA_ARGS__) << llendl
|
||||
#define WARNMSG(...) LL_WARNS() << llformat(__VA_ARGS__) << llendl
|
||||
|
||||
#define LL_DBUS_SYM(REQUIRED, DBUSSYM, RTN, ...) RTN (*ll##DBUSSYM)(__VA_ARGS__) = NULL
|
||||
#include "llappviewerlinux_api_dbus_syms_raw.inc"
|
||||
|
||||
Reference in New Issue
Block a user