* fixed EXTDEBUG

This commit is contained in:
peter 2001-07-06 15:29:39 +00:00
parent f7f398a59e
commit f4ca079850

View File

@ -116,8 +116,6 @@ implementation
begin
{$ifdef extdebug}
inc(total_of_firstpass);
if (p.firstpasscount>0) and only_one_pass then
exit;
{$endif extdebug}
oldcodegenerror:=codegenerror;
oldpos:=aktfilepos;
@ -175,7 +173,10 @@ implementation
end.
{
$Log$
Revision 1.14 2001-04-15 09:48:30 peter
Revision 1.15 2001-07-06 15:29:39 peter
* fixed EXTDEBUG
Revision 1.14 2001/04/15 09:48:30 peter
* fixed crash in labelnode
* easier detection of goto and label in try blocks