mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 21:09:32 +01:00
- undefining win32 when SPARC defined removed, no more needed.
This commit is contained in:
parent
c7bf4df982
commit
c6b0a2e9a3
@ -35,13 +35,11 @@
|
||||
{$ifdef x86_64}
|
||||
{$define x86}
|
||||
{$endif x86_64}
|
||||
{$ifdef sparc}
|
||||
{$undef win32}
|
||||
{$endif sparc}
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2002-08-23 13:17:59 mazen
|
||||
*** empty log message ***
|
||||
Revision 1.8 2002-08-30 13:42:29 mazen
|
||||
- undefining win32 when SPARC defined removed, no more needed.
|
||||
|
||||
|
||||
Revision 1.6 2002/08/19 18:17:48 carl
|
||||
+ optimize64_op_const_reg implemented (optimizes 64-bit constant opcodes)
|
||||
@ -59,6 +57,3 @@
|
||||
+ log added
|
||||
|
||||
}
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user