mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 09:49:17 +02:00
Merged revisions 3276 via svnmerge from
http://peter@svn.freepascal.org/svn/fpc/trunk ........ r3276 | peter | 2006-04-19 08:46:54 +0200 (Wed, 19 Apr 2006) | 2 lines * CPU386 define for Delphi compatibility ........ git-svn-id: branches/fixes_2_0@3277 -
This commit is contained in:
parent
12ab8e4227
commit
3fd0bb1d9a
@ -1802,6 +1802,7 @@ begin
|
||||
{$ifdef i386}
|
||||
def_system_macro('CPU86');
|
||||
def_system_macro('CPU87');
|
||||
def_system_macro('CPU386');
|
||||
{$endif}
|
||||
{$ifdef m68k}
|
||||
def_system_macro('CPU68');
|
||||
|
Loading…
Reference in New Issue
Block a user