Browse Source

* range check error

peter 21 years ago
parent
commit
b6515b81be
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/ncon.pas

+ 5 - 2
compiler/ncon.pas

@@ -88,7 +88,7 @@ interface
 
 
        tstringconstnode = class(tnode)
        tstringconstnode = class(tnode)
           value_str : pchar;
           value_str : pchar;
-          len : longint;
+          len     : aword;
           lab_str : tasmlabel;
           lab_str : tasmlabel;
           st_type : tstringtype;
           st_type : tstringtype;
           constructor createstr(const s : string;st:tstringtype);virtual;
           constructor createstr(const s : string;st:tstringtype);virtual;
@@ -950,7 +950,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.56  2003-10-23 14:44:07  peter
+  Revision 1.57  2004-01-12 16:35:40  peter
+    * range check error
+
+  Revision 1.56  2003/10/23 14:44:07  peter
     * splitted buildderef and buildderefimpl to fix interface crc
     * splitted buildderef and buildderefimpl to fix interface crc
       calculation
       calculation