Fix: CTF parser: accept signed constant literals
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Feb 2016 18:27:23 +0000 (13:27 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 13 Feb 2016 02:15:42 +0000 (21:15 -0500)
commit128e68e8230a4001c4dbab6dfdcdf986c7c45113
tree2272a57e5669185b01f720aa2417087be952e872
parent024ffe47266b6e162873fb6df08ad0e560194986
Fix: CTF parser: accept signed constant literals

Those are inaccurately rejected by the parser due to this bug. This
affects environment variables and loglevel values.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/metadata/ctf-visitor-generate-io-struct.c
This page took 0.023836 seconds and 4 git commands to generate.