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
Martin Mareš
aim
Commits
7c3e7457
Commit
7c3e7457
authored
Nov 14, 2017
by
Martin Mareš
Browse files
Access: Zápisy jsou opravdové zápisy
parent
6e99b8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
access/access.c
View file @
7c3e7457
...
...
@@ -87,7 +87,8 @@ static inline void eat(uint32_t x)
static
inline
void
process_item
(
struct
item
*
x
)
{
#ifdef MODIFY
x
->
pad
[
0
]
++
;
static
uint32_t
cnt
;
x
->
pad
[
0
]
=
cnt
++
;
#else
eat
(
x
->
pad
[
0
]);
#endif
...
...
Write
Preview
Supports
Markdown
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