ソースを参照

+ {$OV+/-} alias for {$Q+/-} in macpas mode for CodeWarrior compatibility
(patch by Adriaan van Os, mantis #15767)

git-svn-id: trunk@14916 -

Jonas Maebe 15 年 前
コミット
23e517a81e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      compiler/scandir.pas

+ 1 - 0
compiler/scandir.pas

@@ -1425,6 +1425,7 @@ unit scandir;
         AddDirective('OBJECTPATH',directive_all, @dir_objectpath);
         AddDirective('OPENSTRINGS',directive_all, @dir_openstrings);
         AddDirective('OPTIMIZATION',directive_all, @dir_optimization);
+        AddDirective('OV',directive_mac, @dir_overflowchecks);
         AddDirective('OVERFLOWCHECKS',directive_all, @dir_overflowchecks);
         AddDirective('PACKENUM',directive_all, @dir_packenum);
         AddDirective('PACKRECORDS',directive_all, @dir_packrecords);