TSDL grammar: ctf-assignment-expression-list require semicolon
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 May 2011 21:12:43 +0000 (17:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 May 2011 21:12:43 +0000 (17:12 -0400)
Before, it was allowed to do:

event { id = 1 };

Now require semicolon at the end of the expression list, e.g.

event { id = 1; };

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.030177 seconds and 4 git commands to generate.