From d3f69c17539a57fbb85a0ff2f13e3e25ae1f8dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Wed, 1 Mar 2017 15:14:46 +0000 Subject: [PATCH] atari: tos is no longer a define, so use atari to define shortasmprefix git-svn-id: trunk@35496 - --- compiler/fmodule.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/fmodule.pas b/compiler/fmodule.pas index d2e1ea190d..9546af6541 100644 --- a/compiler/fmodule.pas +++ b/compiler/fmodule.pas @@ -29,7 +29,7 @@ unit fmodule; {$ifdef watcom} {$define shortasmprefix} {$endif} -{$ifdef tos} +{$ifdef atari} {$define shortasmprefix} {$endif} {$ifdef OS2}