summaryrefslogtreecommitdiff
path: root/compiler/symutil.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-14 17:30:45 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-09-14 17:30:45 +0000
commit4784dc5c3ae0a1bfc8ebb64a8269cdbe8731eb1d (patch)
treec6ccef0ba618a20c0b9f7fc99be4f4d46d0145e4 /compiler/symutil.pas
parentebb6d57048976352ed8ab12b496f3ca910db51c1 (diff)
downloadfpc-4784dc5c3ae0a1bfc8ebb64a8269cdbe8731eb1d.tar.gz
- remmoved doregister parameter from t*sym constructors, as the registration
is handled automatically nowadays git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42998 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/symutil.pas')
-rw-r--r--compiler/symutil.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/symutil.pas b/compiler/symutil.pas
index 5d955ee9b2..d46b7f968f 100644
--- a/compiler/symutil.pas
+++ b/compiler/symutil.pas
@@ -133,7 +133,7 @@ implementation
(def.typ=recorddef) and
not assigned(def.typesym) then
begin
- ts:=ctypesym.create(trecorddef(def).symtable.realname^,def,true);
+ ts:=ctypesym.create(trecorddef(def).symtable.realname^,def);
st.insert(ts);
ts.visibility:=vis_strictprivate;
{ this typesym can't be used by any Pascal code, so make sure we don't