Update string grammar
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 31 May 2011 15:08:57 +0000 (11:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 31 May 2011 15:08:57 +0000 (11:08 -0400)
Allow:

string field_name;

in addition to

string { attributes... } field_name;

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index a1c77366b367d14d3dd105204215a0f3eda6acfb..3d268c14ae32c280501d00c9821ce991cccdc0da 100644 (file)
@@ -1550,6 +1550,7 @@ ctf-type-specifier:
        floating_point { ctf-assignment-expression-list-opt }
        integer { ctf-assignment-expression-list-opt }
        string { ctf-assignment-expression-list-opt }
+       string
 
 ctf-assignment-expression-list:
        ctf-assignment-expression ;
This page took 0.027154 seconds and 4 git commands to generate.