summaryrefslogtreecommitdiff
path: root/upb/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/decode.c')
-rw-r--r--upb/decode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/decode.c b/upb/decode.c
index 8c3ecb4..3f0b6d1 100644
--- a/upb/decode.c
+++ b/upb/decode.c
@@ -578,3 +578,5 @@ bool upb_decode(upb_stringview buf, void *msg,
return upb_decode_message(&state, buf.data + buf.size, 0, msg, l);
}
+
+#undef CHK
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback