mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
debug: add a logging module
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef MACROSH_
|
||||
#define MACROSH_
|
||||
|
||||
// Do we just replace the compiler with clang??
|
||||
#if defined(__clang__)
|
||||
#define NULLABLE _Nullable
|
||||
@@ -16,3 +19,5 @@
|
||||
#else
|
||||
#define UNULLABLE
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user