36 |
* </pre> |
* </pre> |
37 |
*/ |
*/ |
38 |
|
|
39 |
#ifndef __MERGEINST_H_SEEN__ |
#ifndef ASC_MERGEINST_H |
40 |
#define __MERGEINST_H_SEEN__ |
#define ASC_MERGEINST_H |
41 |
|
|
42 |
|
/** addtogroup compiler Compiler |
43 |
|
@{ |
44 |
|
*/ |
45 |
|
|
46 |
ASC_DLLSPEC struct Instance *MergeInstances(struct Instance *i1, struct Instance *i2); |
ASC_DLLSPEC struct Instance *MergeInstances(struct Instance *i1, struct Instance *i2); |
47 |
/**< |
/**< |
84 |
* It doesn't matter if i1 and i2 are already in the same clique. |
* It doesn't matter if i1 and i2 are already in the same clique. |
85 |
*/ |
*/ |
86 |
|
|
87 |
#endif /* __MERGEINST_H_SEEN__ */ |
/* @} */ |
88 |
|
|
89 |
|
#endif /* ASC_MERGEINST_H */ |
90 |
|
|