Parsing wide char string
commit49adf11b99cfce04ddcae7be0a272cc2df31436d
authorChristopher Li <sparse@chrisli.org>
Fri, 18 Jun 2010 00:08:09 +0000 (17 17:08 -0700)
committerChristopher Li <sparse@chrisli.org>
Fri, 18 Jun 2010 00:21:10 +0000 (17 17:21 -0700)
treeb2cf5af2e39f0162f555a943819875528834cfc1
parent298c360ab0d1583585ea0fdefb9f9c96aefc64fe
Parsing wide char string

A follow up change to parse the wide char string.
It currently only parse and store it like normal strings.
Need more change to reflect the base type and size etc.

Signed-off-by: Christopher Li <sparse@chrisli.org>
expression.c
expression.h
pre-process.c
token.h
tokenize.c