38 |
#ifndef ASC_MATHINST_H |
#ifndef ASC_MATHINST_H |
39 |
#define ASC_MATHINST_H |
#define ASC_MATHINST_H |
40 |
|
|
41 |
|
/** addtogroup compiler Compiler |
42 |
|
@{ |
43 |
|
*/ |
44 |
|
|
45 |
ASC_DLLSPEC enum Expr_enum GetInstanceRelationType(CONST struct Instance *i); |
ASC_DLLSPEC enum Expr_enum GetInstanceRelationType(CONST struct Instance *i); |
46 |
/**< |
/**< |
47 |
This returns the type of the relation associated with this relations |
This returns the type of the relation associated with this relations |
234 |
list, execution continues with a warning message. |
list, execution continues with a warning message. |
235 |
*/ |
*/ |
236 |
|
|
237 |
|
/* @} */ |
238 |
|
|
239 |
#endif /* ASC_MATHINST_H */ |
#endif /* ASC_MATHINST_H */ |
240 |
|
|