add lua funcs names to Spell words && use tabs instead spaces
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#ifdef NDEBUG
|
||||
|
||||
#include <sys/ksys.h>
|
||||
|
||||
/**
|
||||
* Debug out, enabled
|
||||
*/
|
||||
#define DEBUG_PRINT(msg) _ksys_debug_puts(msg)
|
||||
#define DEBUG_PRINT(msg) _ksys_debug_puts(msg)
|
||||
|
||||
#else
|
||||
|
||||
@@ -18,6 +19,6 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define DEBUG_LINE(msg) DEBUG_PRINT(msg); DEBUG_PRINT("\n")
|
||||
#define DEBUG_LINE(msg) DEBUG_PRINT(msg); DEBUG_PRINT("\n")
|
||||
|
||||
#endif // __DEBUG_H__
|
||||
|
Reference in New Issue
Block a user