29 |
* COPYING. |
* COPYING. |
30 |
*/ |
*/ |
31 |
|
|
32 |
#ifndef __INSTMACRO_H_SEEN__ |
#ifndef ASC_INSTMACRO_H |
33 |
#define __INSTMACRO_H_SEEN__ |
#define ASC_INSTMACRO_H |
34 |
|
|
35 |
|
/** addtogroup compiler Compiler |
36 |
|
@{ |
37 |
|
*/ |
38 |
|
|
39 |
/** @file |
/** @file |
40 |
* Ascend Instance Tree Type Implementation Macros. |
* Ascend Instance Tree Type Implementation Macros. |
187 |
* when. that means array or MODEL.) else returns 0. |
* when. that means array or MODEL.) else returns 0. |
188 |
*/ |
*/ |
189 |
|
|
190 |
#endif /* __INSTMACRO_H_SEEN__ */ |
/* @} */ |
191 |
|
|
192 |
|
#endif /* ASC_INSTMACRO_H */ |
193 |
|
|