Explorar o código

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

git-svn-id: trunk@35496 -
Károly Balogh %!s(int64=8) %!d(string=hai) anos
pai
achega
d3f69c1753
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}