Re: [C--] Cannot compute string literal length correctly

Norman Ramsey <[email protected]> Mon, 30 Mar 2009 16:55:55 -0400
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
 > If a string literal contains escaped characters, qc-- cannot compute 
 > string length correctly.
 > 
 >  str__a_da_488298433_1:
 >  bits8 [3] "\031\139\000";  // qc-- reports Error: too many initial values

Consult the manual; your string literal has four characters:

  \031 \13 9 \000


Norman
_______________________________________________
Cminusminus mailing list
[email protected]
https://www.eecs.harvard.edu/mailman/listinfo/cminusminus