Skip to content
GitLab
Menu
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
efc60765
Commit
efc60765
authored
Mar 19, 2004
by
Ronny Wichers Schreur
🏘
Browse files
change prefix "TD_" to "TD;"
parent
8cfb34ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/typereify.icl
View file @
efc60765
...
...
@@ -9,7 +9,7 @@ import typesupport
typeFunName
::
Ident
->
{#
Char
}
typeFunName
{
id_name
}
=
"TD
_
"
+++
id_name
=
"TD
;
"
+++
id_name
class
makeTypeFun
a
::
Ident
Position
SymbolType
*
VarHeap
*
SymbolTable
->
(
a
,
*
VarHeap
,
*
SymbolTable
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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