Robert Edmonds 7b90330bff Use GOOGLE_LOG(FATAL) instead of GOOGLE_LOG(DFATAL)
Looking at where these identifiers are ultimately defined [0], it looks
like "DFATAL" means either "ERROR" or "FATAL" depending on whether
NDEBUG is defined. However, looking at the actual code sites in protoc-c
where DFATAL is used, it's not clear why we couldn't just use FATAL
unconditionally.

This is aimed at supporting newer versions of protobuf where the DFATAL
identifier apparently no longer exists.

[0] https://github.com/protocolbuffers/protobuf/blob/v21.12/src/google/protobuf/stubs/logging.h#L61-L65
2023-07-02 19:35:43 -04:00
..
2021-03-21 21:11:51 -07:00
2021-03-21 21:11:51 -07:00
2021-03-21 21:11:51 -07:00
2021-03-21 21:11:50 -07:00
2021-03-21 21:11:51 -07:00
2021-03-21 21:11:51 -07:00
2021-03-21 21:11:51 -07:00
2016-02-17 10:58:43 +01:00