summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upb_inlinedefs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/upb_inlinedefs.c b/upb_inlinedefs.c
new file mode 100644
index 0000000..8f9514a
--- /dev/null
+++ b/upb_inlinedefs.c
@@ -0,0 +1,10 @@
+/*
+ * upb - a minimalist implementation of protocol buffers.
+ *
+ * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
+ */
+
+#define INLINE
+#include "upb_parse.h"
+#include "upb_msg.h"
+#include "upb_table.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback