Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e6868989
Commit
e6868989
authored
Oct 24, 2013
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to explain to static checkers that we know what we're doing.
parent
32cab689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vct.h
include/vct.h
+2
-1
No files found.
include/vct.h
View file @
e6868989
...
...
@@ -44,9 +44,10 @@
extern
const
uint16_t
vct_typtab
[
256
];
static
inline
int
vct_is
(
unsigned
char
x
,
uint16_t
y
)
vct_is
(
int
x
,
uint16_t
y
)
{
x
&=
0xff
;
return
(
vct_typtab
[
x
]
&
(
y
));
}
...
...
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