On Fri, Apr 9, 2010 at 1:28 PM, Michael Stefaniuc <mstefani@xxxxxxxxxx> wrote: >> Ah, silly me. I did not realized the nature of this change is to support >> wide >> char literals. Just look up what wide char string literals is, now I >> have a better >> idea. You are right. We should support both. My previous patch is wrong >> to set the type of wide char string as "long" type. >> >> So L"hello word\n" pointer are incompatible with char * pointer right? > > Yes, they are incompatible. A blast from the past. I found this patch while I am cleaning up my tree. Totally forget about it already. At least it should parse the L"hello world" now. Make the base type correct is more work though. Chris
Attachment:
0001-Parsing-wide-char-string.patch
Description: Binary data