瀏覽代碼

atari: tos is no longer a define, so use atari to define shortasmprefix

git-svn-id: trunk@35496 -
Károly Balogh 8 年之前
父節點
當前提交
d3f69c1753
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/fmodule.pas

+ 1 - 1
compiler/fmodule.pas

@@ -29,7 +29,7 @@ unit fmodule;
 {$ifdef watcom}
 {$ifdef watcom}
   {$define shortasmprefix}
   {$define shortasmprefix}
 {$endif}
 {$endif}
-{$ifdef tos}
+{$ifdef atari}
   {$define shortasmprefix}
   {$define shortasmprefix}
 {$endif}
 {$endif}
 {$ifdef OS2}
 {$ifdef OS2}