X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Flibec%2Fbootstrap%2Fast.c;h=d88eff85293320b54482323d59b47a72f7683310;hb=3516970ab392efe4b89854a0f475dc3e8775ab61;hp=0195a8c8578687cf0d79b9291c02714471806024;hpb=6bab15c461087c3ff6d73243c6aa71f4bd38d67b;p=sdk diff --git a/compiler/bootstrap/libec/bootstrap/ast.c b/compiler/bootstrap/libec/bootstrap/ast.c index 0195a8c..d88eff8 100644 --- a/compiler/bootstrap/libec/bootstrap/ast.c +++ b/compiler/bootstrap/libec/bootstrap/ast.c @@ -3700,6 +3700,8 @@ char ch; unsigned int escaped = 0; char * s = d->initializer->__anon1.exp->__anon1.__anon2.string; +if(s[0] == 'L') +s++; for(c = 1; (ch = s[c]); c++) { if(ch == '\\' && !escaped)