Export of internal Abseil changes.
-- 36d990031b4ae8e2debaccca63ff41829383a7d2 by Derek Mauro <dmauro@google.com>: Rename FailureSignalHandler to AbslFailureSignalHandler so that we don't confuse poor souls. PiperOrigin-RevId: 207539530 -- 0ced19ef8e0e0887f9809ffb88c5ef5f8746a6aa by Abseil Team <absl-team@google.com>: Minor changes to support WebAssembly. PiperOrigin-RevId: 207286743 GitOrigin-RevId: 36d990031b4ae8e2debaccca63ff41829383a7d2 Change-Id: I6b86713e96f5c32b595171594e456e38c898e601
This commit is contained in:
parent
8f96be6ca6
commit
bea85b5273
4 changed files with 13 additions and 13 deletions
|
|
@ -711,8 +711,9 @@ TEST(stringtest, safe_strtou64_base_length_delimited) {
|
|||
}
|
||||
}
|
||||
|
||||
// feenableexcept() and fedisableexcept() are missing on Mac OS X, MSVC.
|
||||
#if defined(_MSC_VER) || defined(__APPLE__)
|
||||
// feenableexcept() and fedisableexcept() are missing on Mac OS X, MSVC,
|
||||
// and WebAssembly.
|
||||
#if defined(_MSC_VER) || defined(__APPLE__) || defined(__EMSCRIPTEN__)
|
||||
#define ABSL_MISSING_FEENABLEEXCEPT 1
|
||||
#define ABSL_MISSING_FEDISABLEEXCEPT 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue