Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0366875f
Commit
0366875f
authored
Feb 06, 2009
by
Simon Marlow
Browse files
tiny cleanup
parent
c8072f7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/parallel/WSDeque.c
View file @
0366875f
...
...
@@ -275,7 +275,7 @@ pushWSDeque (WSDeque* q, void * elem)
}
pos
=
(
q
->
elements
)
+
(
b
&
sz
);
*
pos
=
elem
;
(
q
->
bottom
)
++
;
q
->
bottom
=
b
+
1
;
ASSERT_WSDEQUE_INVARIANTS
(
q
);
return
rtsTrue
;
...
...
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