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
a56463d1
Commit
a56463d1
authored
Apr 12, 2007
by
John van Groningen
Browse files
remove SwitchGenerics
parent
44ce0094
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/compile.icl
View file @
a56463d1
...
...
@@ -165,7 +165,7 @@ parseCommandLine [arg1=:"-strip":args] options
=
parseCommandLine
args
{
options
&
strip_unused
=
True
}
parseCommandLine
[
"-generics"
:
args
]
options
// enable generics
=
parseCommandLine
args
(
SwitchGenerics
{
options
&
compile_with_generics
=
True
}
options
)
=
parseCommandLine
args
{
options
&
compile_with_generics
=
True
}
parseCommandLine
[
"-lattr"
:
args
]
options
=
parseCommandLine
args
{
options
&
listTypes
.
lto_showAttributes
=
False
}
parseCommandLine
[
"-lt"
:
args
]
options
...
...
@@ -275,6 +275,7 @@ compileModule options backendArgs cache=:{dcl_modules,functions_and_macros,prede
,
feo_dump_core
=
options
.
dump_core
,
feo_strip_unused
=
options
.
strip_unused
}
moduleIdent
options
.
searchPaths
dcl_modules
functions_and_macros
list_inferred_types
predef_symbols
hash_table
fmodificationtime
files
error
io
out
tcl_file
heaps
#
unique_copy_of_predef_symbols
={
predef_symbol
\\
predef_symbol
<-:
predef_symbols
}
#
(
closed
,
files
)
=
closeTclFile
tcl_file
files
...
...
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