mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21776 Update double conversion
This commit is contained in:
parent
a0baa69277
commit
5c4bb5fa1b
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
#include "uassert.h"
|
||||
#ifndef DOUBLE_CONVERSION_ASSERT
|
||||
#define DOUBLE_CONVERSION_ASSERT(condition) \
|
||||
U_ASSERT(condition);
|
||||
U_ASSERT(condition)
|
||||
#endif
|
||||
#ifndef DOUBLE_CONVERSION_UNIMPLEMENTED
|
||||
#define DOUBLE_CONVERSION_UNIMPLEMENTED() (abort())
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <cassert>
|
||||
#ifndef DOUBLE_CONVERSION_ASSERT
|
||||
#define DOUBLE_CONVERSION_ASSERT(condition) \
|
||||
assert(condition);
|
||||
assert(condition)
|
||||
#endif
|
||||
#ifndef DOUBLE_CONVERSION_UNIMPLEMENTED
|
||||
#define DOUBLE_CONVERSION_UNIMPLEMENTED() (abort())
|
||||
|
|
Loading…
Add table
Reference in a new issue