commit | b43335a23854b2620140eda6cca2ffae59e8de23 | [log] [tgz] |
---|---|---|
author | Anton Staaf <[email protected]> | Fri Sep 09 12:16:29 2011 -0700 |
committer | Jon Loeliger <[email protected]> | Fri Sep 09 16:05:36 2011 -0500 |
tree | 89be04a4524dc4e77b9426e8282d5c8faec4633e | |
parent | ed8fee1a649b5430afc9b551e3bb6746ebe32449 [diff] |
dtc: Refactor character literal parsing code Move the parsing of hex, octal and escaped characters from data.c to util.c where it can be used for character literal parsing within strings as well as for stand alone C style character literals. Signed-off-by: Anton Staaf <[email protected]> Acked-by: David Gibson <[email protected]>