summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-22 17:58:04 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-22 17:58:04 -0700
commitf8f689ad31bd3f70f163f9afe340989126f9f4d5 (patch)
tree5c156e30ca8c7e164ffb9fdc46cd95af3de968e8
parent0f26f514861e9ec6a86ea621c6202d87b5022525 (diff)
Add upb_inlinedefs.c, which emits definitions for inline functions.
-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