Comment the UC_DIV_ROUND_UP macro
This commit is contained in:
@@ -109,7 +109,9 @@ do {\
|
||||
while (0)
|
||||
|
||||
/**
|
||||
* Round up X / y
|
||||
* Round up x / y
|
||||
* (e.g 100/9 == 12, 3/2 == 2)
|
||||
* x + y must not overflow.
|
||||
*
|
||||
* @param x numerator, must be positive
|
||||
* @param y denominator
|
||||
|
||||
Reference in New Issue
Block a user