* opts386 renamed

This commit is contained in:
florian 2000-11-30 22:48:23 +00:00
parent ac4bbd85f0
commit 9107f49c03

View File

@ -72,12 +72,7 @@ uses
{$ifdef BrowserLog} {$ifdef BrowserLog}
,browlog ,browlog
{$endif BrowserLog} {$endif BrowserLog}
{$ifdef i386} ,cpuswtch
,opts386
{$endif}
{$ifdef m68k}
,opts68k
{$endif}
; ;
const const
@ -1514,7 +1509,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.18 2000-11-29 00:30:34 florian Revision 1.19 2000-11-30 22:48:23 florian
* opts386 renamed
Revision 1.18 2000/11/29 00:30:34 florian
* unused units removed from uses clause * unused units removed from uses clause
* some changes for widestrings * some changes for widestrings