project_files/hwc/rtl/pas2c.h
changeset 10131 4b4a043111f4
parent 10128 0f6878b5395a
child 10142 adb804cb2638
--- 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;