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-and-itasks
clean-graph-copy
Commits
bec32129
Commit
bec32129
authored
Sep 23, 2016
by
Arjan Oortgiese
Browse files
On 64-bit systems dINT is used instead of INT.
parent
b7e8c32c
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/graph_copy_with_names.icl
View file @
bec32129
...
...
@@ -336,7 +336,7 @@ get_thunk_n_non_pointers d
make_symbol_name
"_system"
descriptor_name
prefix
=
case
descriptor_name
of
{
"INT"
->
descriptor_name
;
->
IF_INT_64_OR_32
"dINT"
descriptor_name
;
"CHAR"
->
descriptor_name
;
"REAL"
...
...
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