No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.

This commit is contained in:
Shyotl
2015-06-19 03:54:20 -05:00
parent 283f5298d5
commit 1c627317ec
634 changed files with 8200 additions and 12214 deletions

View File

@@ -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"