Jet  v1.3.3
Macros
macros.h File Reference

Go to the source code of this file.

Macros

#define JET_ASSERT(x)
 
#define JET_DIAG_STR(s)   #s
 
#define JET_DIAG_JOINSTR(x, y)   JET_DIAG_STR(x ## y)
 
#define JET_DIAG_DO_PRAGMA(x)   _Pragma (#x)
 
#define JET_DIAG_PRAGMA(compiler, x)   JET_DIAG_DO_PRAGMA(compiler diagnostic x)
 

Macro Definition Documentation

◆ JET_ASSERT

#define JET_ASSERT (   x)

◆ JET_DIAG_DO_PRAGMA

#define JET_DIAG_DO_PRAGMA (   x)    _Pragma (#x)

◆ JET_DIAG_JOINSTR

#define JET_DIAG_JOINSTR (   x,
 
)    JET_DIAG_STR(x ## y)

◆ JET_DIAG_PRAGMA

#define JET_DIAG_PRAGMA (   compiler,
 
)    JET_DIAG_DO_PRAGMA(compiler diagnostic x)

◆ JET_DIAG_STR

#define JET_DIAG_STR (   s)    #s