mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 22:30:52 +01:00
formatting
git-svn-id: trunk@16672 -
This commit is contained in:
parent
e8502b8ec2
commit
fc33a2542b
@ -175,8 +175,8 @@ interface
|
||||
|
||||
tabstractrecorddef= class(tstoreddef)
|
||||
objname,
|
||||
objrealname: PShortString;
|
||||
symtable : TSymtable;
|
||||
objrealname : PShortString;
|
||||
symtable : TSymtable;
|
||||
cloneddef : tabstractrecorddef;
|
||||
cloneddefderef : tderef;
|
||||
objectoptions : tobjectoptions;
|
||||
@ -2638,10 +2638,10 @@ implementation
|
||||
|
||||
function tabstractrecorddef.GetSymtable(t:tGetSymtable):TSymtable;
|
||||
begin
|
||||
if t=gs_record then
|
||||
GetSymtable:=symtable
|
||||
if t=gs_record then
|
||||
GetSymtable:=symtable
|
||||
else
|
||||
GetSymtable:=nil;
|
||||
GetSymtable:=nil;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user