From 8fc6cbf89be763fcbc789f4d96e915318b7b2665 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 16 Aug 2009 10:22:54 +0000 Subject: [PATCH] * reordered fields, safes 2-3 per cent of memory during compilation git-svn-id: trunk@13539 - --- compiler/symtype.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/symtype.pas b/compiler/symtype.pas index e033208154..bb9878c3bb 100644 --- a/compiler/symtype.pas +++ b/compiler/symtype.pas @@ -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;