Rename *lldbg to *llerr

This commit is contained in:
Gregory Nutt
2016-06-11 14:55:13 -06:00
parent e82a54bf18
commit f4bae25e32
49 changed files with 128 additions and 128 deletions

View File

@@ -59,7 +59,7 @@
#ifdef CONFIG_DEBUG_CXX
# define cxxdbg dbg
# define cxxlldbg lldbg
# define cxxllerr llerr
# ifdef CONFIG_DEBUG_INFO
# define cxxinfo info
# define cxxllinfo llinfo
@@ -69,7 +69,7 @@
# endif
#else
# define cxxdbg(x...)
# define cxxlldbg(x...)
# define cxxllerr(x...)
# define cxxinfo(x...)
# define cxxllinfo(x...)
#endif