diff -r a9d509848390 -r 4b4a043111f4 project_files/hwc/rtl/pas2c.h --- a/project_files/hwc/rtl/pas2c.h Tue Feb 11 22:05:03 2014 +0400 +++ b/project_files/hwc/rtl/pas2c.h Wed Feb 12 00:50:15 2014 +0400 @@ -23,15 +23,15 @@ typedef union astring_ { struct { - unsigned char _dummy1; - string255 str255; + uint16_t len; }; struct { unsigned char _dummy2; unsigned char s[MAX_ANSISTRING_LENGTH + 1]; }; struct { - uint16_t len; + unsigned char _dummy1; + string255 str255; }; } astring;