Browse Source

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

git-svn-id: trunk@13315 -
florian 16 years ago
parent
commit
121875a374
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

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