38 |
* </pre> |
* </pre> |
39 |
*/ |
*/ |
40 |
|
|
41 |
#ifndef __LOGRELATION_IO_H_SEEN__ |
#ifndef ASC_LOGRELATION_IO_H |
42 |
#define __LOGRELATION_IO_H_SEEN__ |
#define ASC_LOGRELATION_IO_H |
43 |
|
|
44 |
|
/** addtogroup compiler Compiler |
45 |
|
@{ |
46 |
|
*/ |
47 |
|
|
48 |
extern int LogExprNeedParentheses(enum Expr_enum parent, |
extern int LogExprNeedParentheses(enum Expr_enum parent, |
49 |
enum Expr_enum child, |
enum Expr_enum child, |
130 |
* format. |
* format. |
131 |
*/ |
*/ |
132 |
|
|
133 |
#endif /* __LOGRELATION_IO_H_SEEN__ */ |
/* @} */ |
134 |
|
|
135 |
|
#endif /* ASC_LOGRELATION_IO_H */ |
136 |
|
|