Correct a comment.

This commit is contained in:
Bill Currie 2011-02-07 09:56:33 +09:00
parent d564e6f017
commit 28ba4b5712

View file

@ -176,7 +176,7 @@ typedef struct expr_s {
string_t file; ///< source file that generated this expression string_t file; ///< source file that generated this expression
int printid; ///< avoid duplicate output when printing int printid; ///< avoid duplicate output when printing
unsigned paren:1; ///< the expression is enclosed in () unsigned paren:1; ///< the expression is enclosed in ()
unsigned rvalue:1; ///< the expression is on the left side of = unsigned rvalue:1; ///< the expression is on the right side of =
union { union {
ex_label_t label; ///< label expression ex_label_t label; ///< label expression
ex_state_t state; ///< state expression ex_state_t state; ///< state expression