mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Correct a comment.
This commit is contained in:
parent
d564e6f017
commit
28ba4b5712
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue