37 |
#ifndef ASC_CHECK_H |
#ifndef ASC_CHECK_H |
38 |
#define ASC_CHECK_H |
#define ASC_CHECK_H |
39 |
|
|
40 |
|
/** addtogroup compiler Compiler |
41 |
|
@{ |
42 |
|
*/ |
43 |
|
|
44 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
45 |
|
|
46 |
#define CheckInstance(a,b) CheckInstanceLevel((a),(b),5) |
#define CheckInstance(a,b) CheckInstanceLevel((a),(b),5) |
76 |
* This compiles and prints various statistics about this instance tree. |
* This compiles and prints various statistics about this instance tree. |
77 |
*/ |
*/ |
78 |
|
|
79 |
|
/* @} */ |
80 |
|
|
81 |
#endif /* ASC_CHECK_H */ |
#endif /* ASC_CHECK_H */ |
82 |
|
|