| // -*- c++ -*- |
| // Protocol Buffers - Google's data interchange format |
| // Copyright 2008 Google Inc. All rights reserved. |
| // |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file or at |
| // https://developers.google.com/open-source/licenses/bsd |
| |
| // #undefs all macros defined in port_def.inc. See comments in port_def.inc |
| // for more info. |
| |
| #ifndef PROTOBUF_PORT_ |
| #error "port_undef.inc must be included after port_def.inc" |
| #endif |
| #undef PROTOBUF_PORT_ |
| |
| #undef PROTOBUF_BUILTIN_ATOMIC |
| #undef PROTOBUF_GNUC_MIN |
| #undef PROTOBUF_CLANG_MIN |
| #undef PROTOBUF_MSC_VER_MIN |
| #undef PROTOBUF_CPLUSPLUS_MIN |
| #undef PROTOBUF_ABSL_MIN |
| #undef PROTOBUF_ALWAYS_INLINE |
| #undef PROTOBUF_ALWAYS_INLINE_CALL |
| #undef PROTOBUF_NDEBUG_INLINE |
| #undef PROTOBUF_MUSTTAIL |
| #undef PROTOBUF_TAILCALL |
| #undef PROTOBUF_CC |
| #undef PROTOBUF_NOINLINE |
| #undef PROTOBUF_IGNORE_DEPRECATION_START |
| #undef PROTOBUF_IGNORE_DEPRECATION_STOP |
| #undef PROTOBUF_RTTI |
| #undef PROTOBUF_FIELD_OFFSET |
| #undef PROTOBUF_EXPORT |
| #undef PROTOC_EXPORT |
| #undef PROTOBUF_RESTRICT |
| #undef PROTOBUF_UNUSED |
| #undef PROTOBUF_ASSUME |
| #undef PROTOBUF_EXPECT_TRUE_WITH_PROBABILITY |
| #undef PROTOBUF_DEPRECATE_AND_INLINE |
| #undef PROTOBUF_EXPORT_TEMPLATE_DECLARE |
| #undef PROTOBUF_EXPORT_TEMPLATE_DEFINE |
| #undef PROTOBUF_ALIGNAS |
| #undef PROTOBUF_THREAD_LOCAL |
| #undef PROTOBUF_CONSTINIT |
| #undef PROTOBUF_CONSTEXPR |
| #undef PROTOBUF_CONSTINIT_DEFAULT_INSTANCES |
| #undef PROTOBUF_ATTRIBUTE_WEAK |
| #undef PROTOBUF_HAVE_ATTRIBUTE_WEAK |
| #undef PROTOBUF_ATTRIBUTE_NO_DESTROY |
| #undef PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 |
| #undef PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 |
| #undef PROTOBUF_PRAGMA_INIT_SEG |
| #undef PROTOBUF_TSAN_DECLARE_MEMBER |
| #undef PROTOBUF_BUILTIN_CONSTANT_P |
| #undef PROTOBUF_CUSTOM_VTABLE |
| #undef PROTOBUF_VIRTUAL |
| #undef PROTOBUF_OVERRIDE |
| #undef PROTOBUF_FINAL |
| #undef PROTOBUF_DESCRIPTOR_WEAK_MESSAGES_ALLOWED |
| #undef PROTOBUF_PREFETCH_PARSE_TABLE |
| #undef PROTOBUF_PREFETCH_WITH_OFFSET |
| #undef PROTOBUF_DEBUG_COUNTER |
| #undef PROTOBUF_TC_PARAM_DECL |
| #undef PROTOBUF_DEBUG |
| #undef PROTOBUF_NO_THREADLOCAL |
| #undef PROTOBUF_NONNULL |
| #undef PROTOBUF_NULLABLE |
| #undef PROTOBUF_FUTURE_STRING_VIEW_DESCRIPTOR_DATABASE |
| #undef PROTOBUF_PRESERVE_ALL |
| |
| #ifdef PROTOBUF_FUTURE_BREAKING_CHANGES |
| #undef PROTOBUF_FUTURE_BREAKING_CHANGES |
| #undef PROTOBUF_FUTURE_DESCRIPTOR_EXTENSION_DECL |
| #undef PROTOBUF_FUTURE_REMOVE_CREATEMESSAGE |
| #undef PROTOBUF_FUTURE_ADD_NODISCARD |
| #undef PROTOBUF_FUTURE_NO_RECURSIVE_MESSAGE_COPY |
| #endif |
| |
| #include "google/protobuf/os_macros_restore.inc" |
| |
| #if defined(__GNUC__) |
| #pragma GCC diagnostic pop |
| #endif |
| |
| #ifdef __clang__ |
| #pragma clang diagnostic pop |
| #endif |
| |
| // Pop the warning(push) from port_def.inc |
| #ifdef _MSC_VER |
| #pragma warning(pop) |
| #endif |