mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
Removing "current_syssym" again
git-svn-id: branches/svenbarth/classhelpers@17309 -
This commit is contained in:
parent
24243f87e8
commit
3c477c67ec
@ -261,11 +261,8 @@ implementation
|
||||
p1,p2,paras : tnode;
|
||||
err,
|
||||
prev_in_args : boolean;
|
||||
prev_current_syssym : byte;
|
||||
begin
|
||||
prev_in_args:=in_args;
|
||||
prev_current_syssym:=current_syssym;
|
||||
current_syssym:=l;
|
||||
case l of
|
||||
|
||||
in_new_x :
|
||||
@ -833,7 +830,6 @@ implementation
|
||||
|
||||
end;
|
||||
in_args:=prev_in_args;
|
||||
current_syssym:=prev_current_syssym;
|
||||
end;
|
||||
|
||||
|
||||
|
@ -323,8 +323,6 @@ interface
|
||||
|
||||
var
|
||||
generrorsym : tsym;
|
||||
current_syssym : byte = 0; { used for parsing expressions that need
|
||||
special handling in the system functions }
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user