Преглед на файлове

* increased shortstring length to accomodate the WASI long name

git-svn-id: branches/wasm@46263 -
nickysn преди 5 години
родител
ревизия
0c04e99211
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -187,7 +187,7 @@ interface
        { using packed causes bus errors on processors which require alignment }
        tsysteminfo = record
           system       : tsystem;
-          name         : string[34];
+          name         : string[39];
           shortname    : string[12];
           flags        : set of tsystemflags;
           cpu          : tsystemcpu;