Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
e23db6aa
Commit
e23db6aa
authored
Nov 22, 2005
by
John van Groningen
Browse files
remove unused field tdi_mark
parent
b2468d90
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.dcl
View file @
e23db6aa
...
...
@@ -462,8 +462,7 @@ NoGlobalIndex :== {gi_module=NoIndex,gi_index=NoIndex}
,
tdi_cons_vars
::
![
Int
]
,
tdi_index_in_group
::
!
Index
,
tdi_classification
::
!
TypeClassification
,
tdi_mark
::
!
Bool
//AA
,
tdi_gen_rep
::
!
Optional
GenericTypeRep
//AA
,
tdi_gen_rep
::
!
Optional
GenericTypeRep
}
// AA..
...
...
@@ -1385,7 +1384,7 @@ EmptySymbolTableEntryCAF :: BoxedSymbolTableEntry
cNotAGroupNumber
:==
-1
EmptyTypeDefInfo
:==
{
tdi_kinds
=
[],
tdi_properties
=
cAllBitsClear
,
tdi_group
=
[],
tdi_group_vars
=
[],
tdi_cons_vars
=
[],
tdi_classification
=
EmptyTypeClassification
,
tdi_group_nr
=
cNotAGroupNumber
,
tdi_index_in_group
=
NoIndex
,
tdi_mark
=
False
,
tdi_gen_rep
=
No
}
tdi_classification
=
EmptyTypeClassification
,
tdi_group_nr
=
cNotAGroupNumber
,
tdi_index_in_group
=
NoIndex
,
tdi_gen_rep
=
No
}
MakeTypeVar
name
:==
{
tv_ident
=
name
,
tv_info_ptr
=
nilPtr
}
MakeVar
name
:==
{
var_ident
=
name
,
var_info_ptr
=
nilPtr
,
var_expr_ptr
=
nilPtr
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment