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:
parent
0610584d0d
commit
884dec3a42
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue