Add upb_inlinedefs.c, which emits definitions for inline functions.

pull/13171/head
Joshua Haberman 16 years ago
parent 0f26f51486
commit f8f689ad31
  1. 10
      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"
Loading…
Cancel
Save