summaryrefslogtreecommitdiff
path: root/upb/port_undef.inc
diff options
context:
space:
mode:
authorNicolas Noble <nicolasnoble@users.noreply.github.com>2019-07-30 17:49:03 -0700
committerGitHub <noreply@github.com>2019-07-30 17:49:03 -0700
commit76d75aec66e1e6f173f3b6668601108ed453f3d3 (patch)
treeb4bc5af6bb92804bae676dd32c3b21cdd78972aa /upb/port_undef.inc
parent423ea5ca9ce8da69611e6e95559efcb3a1ba8ad8 (diff)
parent7a1e6aa84ba857d2e3cdc6e5fd50e3bda210c164 (diff)
Merge pull request #195 from veblush/vsnprintf
Fix compiler error on Windows
Diffstat (limited to 'upb/port_undef.inc')
-rw-r--r--upb/port_undef.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/port_undef.inc b/upb/port_undef.inc
index bfd2a08..103180b 100644
--- a/upb/port_undef.inc
+++ b/upb/port_undef.inc
@@ -14,6 +14,8 @@
#undef UPB_ASSERT
#undef UPB_ASSERT_DEBUGVAR
#undef UPB_UNREACHABLE
+#undef UPB_INFINITY
+#undef UPB_MSVC_VSNPRINTF
#undef _upb_snprintf
#undef _upb_vsnprintf
#undef _upb_va_copy
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback