mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:38:06 +02:00
* extdebug fixes
This commit is contained in:
parent
503ae036c4
commit
2c2b7bbf1e
@ -44,6 +44,9 @@ interface
|
||||
{$endif}
|
||||
cutils,globtype,globals,systems,cobjects,
|
||||
verbose,cpubase,cpuasm
|
||||
{$ifdef extdebug}
|
||||
,fmodule
|
||||
{$endif extdebug}
|
||||
;
|
||||
|
||||
const
|
||||
@ -637,7 +640,10 @@ ait_stab_function_name : ;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2000-11-29 00:30:43 florian
|
||||
Revision 1.3 2000-12-18 21:56:52 peter
|
||||
* extdebug fixes
|
||||
|
||||
Revision 1.2 2000/11/29 00:30:43 florian
|
||||
* unused units removed from uses clause
|
||||
* some changes for widestrings
|
||||
|
||||
|
@ -42,6 +42,9 @@ implementation
|
||||
globtype,systems,
|
||||
cutils,cobjects,globals,
|
||||
hcodegen,
|
||||
{$ifdef extdebug}
|
||||
htypechk,
|
||||
{$endif extdebug}
|
||||
tgcpu
|
||||
{$ifdef newcg}
|
||||
,cgbase
|
||||
@ -144,7 +147,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2000-11-29 00:30:35 florian
|
||||
Revision 1.11 2000-12-18 21:56:52 peter
|
||||
* extdebug fixes
|
||||
|
||||
Revision 1.10 2000/11/29 00:30:35 florian
|
||||
* unused units removed from uses clause
|
||||
* some changes for widestrings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user