Browse Source

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

git-svn-id: trunk@35496 -
Károly Balogh 8 years ago
parent
commit
d3f69c1753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/fmodule.pas

+ 1 - 1
compiler/fmodule.pas

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