Correct a comment.

This commit is contained in:
Bill Currie 2011-02-07 09:56:33 +09:00
parent d564e6f017
commit 28ba4b5712
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ typedef struct expr_s {
string_t file; ///< source file that generated this expression
int printid; ///< avoid duplicate output when printing
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 {
ex_label_t label; ///< label expression
ex_state_t state; ///< state expression