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
SWIFT
SWIFTsim
Commits
c50daa96
Commit
c50daa96
authored
Jun 14, 2016
by
Matthieu Schaller
Browse files
First attempt at splitting the sub tasks into two categories
parent
a1b5a697
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
c50daa96
...
...
@@ -527,6 +527,8 @@ void runner_do_ghost(struct runner *r, struct cell *c) {
count
=
redo
;
if
(
count
>
0
)
{
return
;
/* Climb up the cell hierarchy. */
for
(
finger
=
c
;
finger
!=
NULL
;
finger
=
finger
->
parent
)
{
...
...
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