gccrs: Add missing CHECKING_P guard to rust-unicode.cc

gcc/rust/ChangeLog:

	* util/rust-unicode.cc: Add CHECKING_P guard.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
This commit is contained in:
Owen Avery 2023-07-30 00:23:00 -04:00 committed by Arthur Cohen
parent 0610584d0d
commit 884dec3a42

View file

@ -239,6 +239,8 @@ is_numeric (uint32_t codepoint)
} // namespace Rust
#if CHECKING_P
namespace selftest {
void
@ -326,3 +328,5 @@ rust_utf8_property_test ()
}
} // namespace selftest
#endif // CHECKING_P