mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 11:00:23 +02:00
* fix compilation failure for m68k target
This commit is contained in:
parent
d78bf17c1d
commit
14c9cbfdfc
@ -509,7 +509,10 @@ implementation
|
||||
uses
|
||||
Video,Strings,Keyboard,Validate,
|
||||
globtype,Tokens,Version,
|
||||
cpubase,ra386,
|
||||
cpubase,
|
||||
{$ifdef I386}
|
||||
ra386,
|
||||
{$endif I386}
|
||||
{$ifdef USE_EXTERNAL_COMPILER}
|
||||
fpintf, { superseeds version_string of version unit }
|
||||
{$endif USE_EXTERNAL_COMPILER}
|
||||
@ -4364,7 +4367,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.35 2002-09-13 22:28:08 pierre
|
||||
Revision 1.36 2002-09-19 22:15:45 pierre
|
||||
* fix compilation failure for m68k target
|
||||
|
||||
Revision 1.35 2002/09/13 22:28:08 pierre
|
||||
* Update copyright
|
||||
|
||||
Revision 1.34 2002/09/12 22:07:46 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user