summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-07-19 00:48:15 +0200
committerJoshua Haberman <jhaberman@gmail.com>2017-07-19 00:48:15 +0200
commit98f513fb8fa5e3360baeb59c37636ca71d562490 (patch)
treed22087878f81edeecf988b8aa22ea6eea9ed1461 /tools
parent6b8767422154008eed98d0df42e36758d38877a4 (diff)
Fixed 32-bit build and added generated files.
Diffstat (limited to 'tools')
-rw-r--r--tools/make_c_api.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_c_api.lua b/tools/make_c_api.lua
index 552e861..d81ca6b 100644
--- a/tools/make_c_api.lua
+++ b/tools/make_c_api.lua
@@ -276,8 +276,8 @@ local function write_c_file(filedef, hfilename, append)
emit_file_warning(filedef, append)
append('#include <stddef.h>\n')
- append('#include "upb/decode.h"\n\n')
- append('#include "upb/encode.h"\n\n')
+ append('#include "upb/decode.h"\n')
+ append('#include "upb/encode.h"\n')
append('#include "upb/msg.h"\n')
append('#include "upb/upb.h"\n')
append('#include "%s"\n\n', hfilename)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback