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
3131b74b
Commit
3131b74b
authored
Jan 10, 2007
by
John van Groningen
Browse files
add passing Reals using foreign export
parent
2450dc18
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/instructions.c
View file @
3131b74b
...
...
@@ -3676,6 +3676,9 @@ static void print_foreign_export_type (TypeNode type)
if
(
symbol_p
->
symb_kind
==
int_type
){
FPrintF
(
OutFile
,
"I"
);
return
;
}
else
if
(
symbol_p
->
symb_kind
==
real_type
){
FPrintF
(
OutFile
,
"R"
);
return
;
}
else
if
(
symbol_p
->
symb_kind
==
tuple_type
){
TypeArgs
type_arg_p
;
...
...
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