Update macro name

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2016-02-26 18:29:22 +01:00
parent 1c9bc2dbcd
commit 0b45a313b7

View file

@ -29,7 +29,7 @@ extern "C" {
* @param[out] res result * @param[out] res result
* @return true if an overflow occurred, false otherwise * @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 #endif
#ifdef __cplusplus #ifdef __cplusplus