Skip to content

Commit

Permalink
Merge pull request #76 from haberman/movesymtab
Browse files Browse the repository at this point in the history
Moved upb_symtab to def.h/def.c.
  • Loading branch information
haberman committed Jan 23, 2017
2 parents d5d2ead + c850bc0 commit 9a9a109
Show file tree
Hide file tree
Showing 9 changed files with 664 additions and 695 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ upb_SRCS = \
upb/msg.c \
upb/refcounted.c \
upb/sink.c \
upb/symtab.c \
upb/table.c \
upb/upb.c \

Expand Down
1 change: 0 additions & 1 deletion upb/bindings/lua/upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "upb/def.h"
#include "upb/handlers.h"
#include "upb/msg.h"
#include "upb/symtab.h"

/* Lua 5.1/5.2 compatibility code. */
#if LUA_VERSION_NUM == 501
Expand Down
1 change: 0 additions & 1 deletion upb/bindings/lua/upb/table.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "upb/bindings/lua/upb.h"
#include "upb/def.h"
#include "upb/structdefs.int.h"
#include "upb/symtab.h"
#include "upb/table.int.h"

static void lupbtable_setnum(lua_State *L, int tab, const char *key,
Expand Down
Loading

0 comments on commit 9a9a109

Please sign in to comment.