34 |
#ifndef ASC_LINKINST_H |
#ifndef ASC_LINKINST_H |
35 |
#define ASC_LINKINST_H |
#define ASC_LINKINST_H |
36 |
|
|
37 |
|
/** addtogroup compiler Compiler |
38 |
|
@{ |
39 |
|
*/ |
40 |
|
|
41 |
extern void ChangeRelationPointers(struct Instance *rel, |
extern void ChangeRelationPointers(struct Instance *rel, |
42 |
struct Instance *old, |
struct Instance *old, |
43 |
struct Instance *new); |
struct Instance *new); |
238 |
the list of whens of the new instance instead. |
the list of whens of the new instance instead. |
239 |
*/ |
*/ |
240 |
|
|
241 |
|
/* @} */ |
242 |
|
|
243 |
#endif /* ASC_LINKINST_H */ |
#endif /* ASC_LINKINST_H */ |
244 |
|
|