36 |
#ifndef ASC_SLIST_H |
#ifndef ASC_SLIST_H |
37 |
#define ASC_SLIST_H |
#define ASC_SLIST_H |
38 |
|
|
39 |
|
/** addtogroup compiler Compiler |
40 |
|
@{ |
41 |
|
*/ |
42 |
|
|
43 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
44 |
|
|
45 |
extern struct StatementList *CreateStatementList(struct gl_list_t *l); |
extern struct StatementList *CreateStatementList(struct gl_list_t *l); |
169 |
* Destroy a statement list. Tolerates null input. |
* Destroy a statement list. Tolerates null input. |
170 |
*/ |
*/ |
171 |
|
|
172 |
|
/* @} */ |
173 |
|
|
174 |
#endif /* ASC_SLIST_H */ |
#endif /* ASC_SLIST_H */ |