Commit 7509abc9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Update comment to include '%' operator

parent 41ad2c65
......@@ -902,7 +902,7 @@ vcc_expr4(struct vcc *tl, struct expr **e, vcc_type_t fmt)
/*--------------------------------------------------------------------
* SYNTAX:
* ExprMul:
* Expr4 { {'*'|'/'} Expr4 } *
* Expr4 { {'*'|'/'|'%'} Expr4 } *
*/
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment