42 |
#ifndef ASC_LOGICAL_RELATION_H |
#ifndef ASC_LOGICAL_RELATION_H |
43 |
#define ASC_LOGICAL_RELATION_H |
#define ASC_LOGICAL_RELATION_H |
44 |
|
|
45 |
|
/** addtogroup compiler Compiler |
46 |
|
@{ |
47 |
|
*/ |
48 |
|
|
49 |
struct LogRelBVar { |
struct LogRelBVar { |
50 |
enum Expr_enum t; /**< type of term */ |
enum Expr_enum t; /**< type of term */ |
51 |
unsigned int flags; /**< flags for future use */ |
unsigned int flags; /**< flags for future use */ |
160 |
*/ |
*/ |
161 |
#define LOGTERM_ALLOC LOGA_TERM(ascmalloc(sizeof(union LogRelTermUnion))) |
#define LOGTERM_ALLOC LOGA_TERM(ascmalloc(sizeof(union LogRelTermUnion))) |
162 |
|
|
163 |
|
/* @} */ |
164 |
|
|
165 |
#endif /* ASC_LOGICAL_RELATION_H */ |
#endif /* ASC_LOGICAL_RELATION_H */ |
166 |
|
|