Is this more portable string ?

--- a\tccpp.c Tue Apr 06 00:33:14 2010
+++ b\tccpp.c Tue Apr 06 11:33:05 2010
@@ -70,8 +70,8 @@

/* WARNING: the content of this string encodes token numbers */
static const unsigned char tok_two_chars[] =
-    "<=\236>=\235!=\225&&\240||\241++\244--\242==\224<<\1>>\2+=\253"
-    "-=\255*=\252/=\257%=\245&=\246^=\336|=\374->\313..\250##\266";
+    "<=\x9E>=\x9D!=\x95&&\xA0||\xA1++\xA4--\xA2==\x94<<\x01>>\x02+=\xAB"
+    "-=\xAD*=\xAA/=\xAF%=\xA5&=\xA6^=\xDE|=\xFC->\xCB..\xA8##\xB6";

struct macro_level {
    struct macro_level *prev;



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to