Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
0b45a313
Commit
0b45a313
authored
Feb 26, 2016
by
Sebastian Ramacher
Browse files
Update macro name
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
1c9bc2db
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/checked-integer-arithmetic.h
View file @
0b45a313
...
...
@@ -29,7 +29,7 @@ extern "C" {
* @param[out] res result
* @return true if an overflow occurred, false otherwise
*/
HIDDEN
bool
checked_umul
(
unsigned
int
lhs
,
unsigned
int
rhs
,
unsigned
int
*
res
);
GIRARA_
HIDDEN
bool
checked_umul
(
unsigned
int
lhs
,
unsigned
int
rhs
,
unsigned
int
*
res
);
#endif
#ifdef __cplusplus
...
...
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