41 |
* </pre> |
* </pre> |
42 |
*/ |
*/ |
43 |
|
|
44 |
#ifndef __LOGRELATION_UTIL_H_SEEN__ |
#ifndef ASC_LOGRELATION_UTIL_H |
45 |
#define __LOGRELATION_UTIL_H_SEEN__ |
#define ASC_LOGRELATION_UTIL_H |
46 |
|
|
47 |
|
/** addtogroup compiler Compiler |
48 |
|
@{ |
49 |
|
*/ |
50 |
|
|
51 |
extern enum Expr_enum LogRelRelop(CONST struct logrelation *lrel); |
extern enum Expr_enum LogRelRelop(CONST struct logrelation *lrel); |
52 |
/**< |
/**< |
569 |
* Not conditional modeling. |
* Not conditional modeling. |
570 |
*/ |
*/ |
571 |
|
|
572 |
#endif /* __LOGRELATION_UTIL_H_SEEN__ */ |
/* @} */ |
573 |
|
|
574 |
|
#endif /* ASC_LOGRELATION_UTIL_H */ |
575 |
|
|