commit | f585e2638bbd137762988742fc2cbe613293dc58 | [log] [tgz] |
---|---|---|
author | Kaido Kert <kaidokert@google.com> | Mon Jun 08 11:42:28 2020 -0700 |
committer | Kaido Kert <kaidokert@google.com> | Mon Jun 08 18:39:54 2020 -0700 |
tree | 8548fc3ff6691a91d772b8033c74d3eece196876 | |
parent | 9c08e8415ad2e80fcaf050eea4a44bde61922ab4 [diff] [blame] |
Import Cobalt 21.master.0.267507 Includes the following patches: https://cobalt-review.googlesource.com/c/cobalt/+/5630 by devin.cai@mediatek.com https://cobalt-review.googlesource.com/c/cobalt/+/5710 by p.mirgos@samsung.com https://cobalt-review.googlesource.com/c/cobalt/+/5730 by lizhi.fan@samsung.com
diff --git a/src/starboard/nplb/sabi/signedness_of_char_test.cc b/src/starboard/nplb/sabi/signedness_of_char_test.cc index b736e08..97ffe23 100644 --- a/src/starboard/nplb/sabi/signedness_of_char_test.cc +++ b/src/starboard/nplb/sabi/signedness_of_char_test.cc
@@ -14,7 +14,7 @@ #include "starboard/configuration.h" -#if SB_API_VERSION >= SB_SABI_FILE_VERSION +#if SB_API_VERSION >= 12 namespace starboard { namespace sabi { @@ -27,4 +27,4 @@ } // namespace sabi } // namespace starboard -#endif // SB_API_VERSION >= SB_SABI_FILE_VERSION +#endif // SB_API_VERSION >= 12