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
1dff6355
Commit
1dff6355
authored
Aug 21, 2001
by
Vincent Zweije
Browse files
Fix linker error (usize_u->usize)
parent
dd472d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
sucl/supercompile.icl
View file @
1dff6355
...
...
@@ -33,7 +33,7 @@ supercompile dcl_mods main_dcl_module_n fun_defs0 var_heap expression_heap
// Build abstract CLI module
sucl_module
=
mkcli
sucl_typerules
sucl_stricts
sucl_exports
sucl_constrs
sucl_bodies
// Generate fresh function symbols
(
n_fun_defs
,
fun_defs3
)
=
usize
_u
fun_defs1
(
n_fun_defs
,
fun_defs3
)
=
usize
fun_defs1
fresh_symbols
=
[
SuclUser
(
SK_Function
(
mkglobal
main_dcl_module_n
i
))
\\
i
<-[
n_fun_defs
..]]
// Do the job!
symredresults
=
fullsymred
fresh_symbols
sucl_module
...
...
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