Quellcode durchsuchen

* make TSettings packed so ppus containing generics are compatible regardless which compiler generated them

git-svn-id: trunk@13315 -
florian vor 16 Jahren
Ursprung
Commit
121875a374
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -104,7 +104,7 @@ interface
     type
        tcodepagestring = string[20];
 
-       tsettings = record
+       tsettings = packed record
          globalswitches  : tglobalswitches;
          moduleswitches  : tmoduleswitches;
          localswitches   : tlocalswitches;