Fix: Missing postfix_expression DOT keywords in CTF grammar
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Jul 2015 18:46:06 +0000 (14:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Jul 2015 18:50:35 +0000 (14:50 -0400)
commit3f4bae2a85a43606999ca7e701dcc9a493352ed3
tree27fa92ae67dd69aed6833d89001c163a0ebe332d
parent3730724040e3a09c58c15f387bd8fff47dc12eb4
Fix: Missing postfix_expression DOT keywords in CTF grammar

This would cause expressions of the form:

uint32_t a[stream.event.header.seq_len]

to fail to parse since two keywords (stream and event) are used in the
path.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/metadata/ctf-parser.y
This page took 0.024064 seconds and 4 git commands to generate.