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-and-itasks
sapl-interpreter
Commits
320df7af
Commit
320df7af
authored
Jan 25, 2016
by
Laszlo Domoszlai
Browse files
fix typo
parent
79593186
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/prim.c
View file @
320df7af
...
...
@@ -75,7 +75,7 @@ void __eqB(int dst_idx) {
void
__eqC
(
int
dst_idx
)
{
Thunk
*
target
=
get_dst
(
dst_idx
);
target
->
desc
=
(
Desc
*
)
__
CHAR
__
;
target
->
desc
=
(
Desc
*
)
__
BOOL
__
;
target
->
_int
=
readC
(
arg
(
2
))
==
readC
(
arg
(
1
));
}
...
...
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