42 |
* </pre> |
* </pre> |
43 |
*/ |
*/ |
44 |
|
|
45 |
#ifndef __SYNTAX_H_SEEN__ |
#ifndef ASC_SYNTAX_H |
46 |
#define __SYNTAX_H_SEEN__ |
#define ASC_SYNTAX_H |
47 |
|
|
48 |
|
/** addtogroup compiler Compiler |
49 |
|
@{ |
50 |
|
*/ |
51 |
|
|
52 |
extern unsigned NumberOfRelOps(struct Expr *ex); |
extern unsigned NumberOfRelOps(struct Expr *ex); |
53 |
/**< |
/**< |
87 |
* @param flag The new value for the parse relations flag. |
* @param flag The new value for the parse relations flag. |
88 |
*/ |
*/ |
89 |
|
|
90 |
#endif /* __SYNTAX_H_SEEN__ */ |
/* @} */ |
91 |
|
|
92 |
|
#endif /* ASC_SYNTAX_H */ |
93 |
|
|