Fix: octal and hex string handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Apr 2013 17:05:21 +0000 (13:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Apr 2013 14:24:59 +0000 (10:24 -0400)
commit697b10505ff455ec93d57868d1b15bcda4d9dd37
treee35e26cda442b9b1f7a6d9db0d6fa63b393e0854
parentff20194214759f8397da32816871722cb576ef17
Fix: octal and hex string handling

Following C99:

Octal does not start by \o, but rather is in the form:

  \n \nn or \nnn

  where n is octal.

Hexadecimal is:

  \xH \xHH or \xHHH

  where H is hexadecimal.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/metadata/ctf-parser.y
This page took 0.024134 seconds and 4 git commands to generate.