90 |
#ifndef ASC_ARRAYINST_H |
#ifndef ASC_ARRAYINST_H |
91 |
#define ASC_ARRAYINST_H |
#define ASC_ARRAYINST_H |
92 |
|
|
93 |
|
/** addtogroup compiler Compiler |
94 |
|
@{ |
95 |
|
*/ |
96 |
|
|
97 |
/* Array child memory management */ |
/* Array child memory management */ |
98 |
#define CAC(acp) ((struct ArrayChild *)(acp)) |
#define CAC(acp) ((struct ArrayChild *)(acp)) |
99 |
|
|
307 |
* NULL input --> 1 + warning, rather than exit. |
* NULL input --> 1 + warning, rather than exit. |
308 |
*/ |
*/ |
309 |
|
|
310 |
|
/* @} */ |
311 |
|
|
312 |
#endif /* ASC_ARRAYINST_H */ |
#endif /* ASC_ARRAYINST_H */ |