mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 18:01:22 +01:00
* allow absolute with value for win32,wdos
This commit is contained in:
parent
d3e0bca919
commit
d7d19e4e7f
@ -266,7 +266,8 @@ implementation
|
|||||||
end
|
end
|
||||||
{ address }
|
{ address }
|
||||||
else if is_constintnode(pt) and
|
else if is_constintnode(pt) and
|
||||||
((target_info.system in [system_i386_go32v2,system_i386_watcom]) or
|
((target_info.system in [system_i386_go32v2,system_i386_watcom,
|
||||||
|
system_i386_wdosx,system_i386_win32]) or
|
||||||
(m_objfpc in aktmodeswitches) or
|
(m_objfpc in aktmodeswitches) or
|
||||||
(m_delphi in aktmodeswitches)) then
|
(m_delphi in aktmodeswitches)) then
|
||||||
begin
|
begin
|
||||||
@ -648,7 +649,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.55 2003-10-03 14:45:09 peter
|
Revision 1.56 2003-10-05 12:55:37 peter
|
||||||
|
* allow absolute with value for win32,wdos
|
||||||
|
|
||||||
|
Revision 1.55 2003/10/03 14:45:09 peter
|
||||||
* more proc directive for procvar fixes
|
* more proc directive for procvar fixes
|
||||||
|
|
||||||
Revision 1.54 2003/10/02 21:13:09 peter
|
Revision 1.54 2003/10/02 21:13:09 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user