Make #if conditions in PSM compliant with CPP
Not a problem when building with `cargo` proper but when we are using rules_rust in bazel, it uses our C toolchain which we use with `-Wundef` and `-Werror`, causing a compilation failure. This fixes the issue by using the `defined` preprocessor statement (https://gcc.gnu.org/onlinedocs/cpp/Defined.html)
合并状态:未合并 7 条评论