Explorar o código

core: debug - aliased macro LM_BUG to BUG

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
44a4732df6
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      dprint.h

+ 3 - 2
dprint.h

@@ -401,11 +401,11 @@ void log_prefix_init(void);
 #		define DBG(fmt, args...)
 #	else
 #		define DBG(fmt, args...)    LOG(L_DBG, fmt , ## args)
-#	endif		
+#	endif
 
 /* obsolete, do not use */
 #	define DEBUG(fmt, args...) DBG(fmt , ## args)
-		
+
 #endif /* __SUNPRO_C */
 
 
@@ -416,6 +416,7 @@ void log_prefix_init(void);
 #define LM_NPRL NPRL
 #define LM_ALERT ALERT
 #define LM_CRIT  CRIT
+#define LM_BUG  BUG
 #define LM_ERR ERR
 #define LM_WARN WARN
 #define LM_NOTICE NOTICE