You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

port_undef.inc 2.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. * Copyright (c) 2009-2021, Google LLC
  3. * All rights reserved.
  4. *
  5. * Redistribution and use in source and binary forms, with or without
  6. * modification, are permitted provided that the following conditions are met:
  7. * * Redistributions of source code must retain the above copyright
  8. * notice, this list of conditions and the following disclaimer.
  9. * * Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. * * Neither the name of Google LLC nor the
  13. * names of its contributors may be used to endorse or promote products
  14. * derived from this software without specific prior written permission.
  15. *
  16. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  17. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  18. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  19. * DISCLAIMED. IN NO EVENT SHALL Google LLC BE LIABLE FOR ANY
  20. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  21. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  22. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  23. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  24. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  25. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. */
  27. /* See port_def.inc. This should #undef all macros #defined there. */
  28. #undef UPB_SIZE
  29. #undef UPB_PTR_AT
  30. #undef UPB_READ_ONEOF
  31. #undef UPB_WRITE_ONEOF
  32. #undef UPB_MAPTYPE_STRING
  33. #undef UPB_INLINE
  34. #undef UPB_ALIGN_UP
  35. #undef UPB_ALIGN_DOWN
  36. #undef UPB_ALIGN_MALLOC
  37. #undef UPB_ALIGN_OF
  38. #undef UPB_MALLOC_ALIGN
  39. #undef UPB_LIKELY
  40. #undef UPB_UNLIKELY
  41. #undef UPB_FORCEINLINE
  42. #undef UPB_NOINLINE
  43. #undef UPB_NORETURN
  44. #undef UPB_PRINTF
  45. #undef UPB_MAX
  46. #undef UPB_MIN
  47. #undef UPB_UNUSED
  48. #undef UPB_ASSUME
  49. #undef UPB_ASSERT
  50. #undef UPB_UNREACHABLE
  51. #undef UPB_SETJMP
  52. #undef UPB_LONGJMP
  53. #undef UPB_PTRADD
  54. #undef UPB_MUSTTAIL
  55. #undef UPB_FASTTABLE_SUPPORTED
  56. #undef UPB_FASTTABLE
  57. #undef UPB_FASTTABLE_INIT
  58. #undef UPB_POISON_MEMORY_REGION
  59. #undef UPB_UNPOISON_MEMORY_REGION
  60. #undef UPB_ASAN
  61. #undef UPB_TREAT_PROTO2_ENUMS_LIKE_PROTO3