mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 02:31:02 +02:00
* reordered fields, safes 2-3 per cent of memory during compilation
git-svn-id: trunk@13539 -
This commit is contained in:
parent
e0cf3b0478
commit
8fc6cbf89b
@ -98,9 +98,9 @@ interface
|
||||
public
|
||||
fileinfo : tfileposinfo;
|
||||
symoptions : tsymoptions;
|
||||
visibility : tvisibility;
|
||||
refs : longint;
|
||||
reflist : TLinkedList;
|
||||
visibility : tvisibility;
|
||||
isdbgwritten : boolean;
|
||||
constructor create(st:tsymtyp;const aname:string);
|
||||
destructor destroy;override;
|
||||
|
Loading…
Reference in New Issue
Block a user