protobuf/ruby/ext/google/protobuf_c
Josh Haberman a1daeaba80 Conform to C89/C90 variable declaration rules.
While we are C99 in general, the Ruby build system
for building C extensions enables several flags that
throw warnings for C89/C90 variable ordering rules.
To avoid spewing a million warnings (or trying to
specifically override these warnings with command-line
flags, which would be tricky and possibly fragile)
we conform to Ruby's world of C89/C90.

Change-Id: I0e03e62d95068dfdfde112df0fb16a248a2f32a0
2015-07-10 12:05:14 -07:00
..
defs.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
encode_decode.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
extconf.rb Fixed compiler warnings and added -std=c99. 2015-06-09 11:08:25 -07:00
map.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
message.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
protobuf.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
protobuf.h Ruby C extension speedup: don't re-intern constant string needlessly. 2015-05-19 16:19:00 -07:00
repeated_field.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
storage.c Conform to C89/C90 variable declaration rules. 2015-07-10 12:05:14 -07:00
upb.c Update upb to fix two bugs in the Ruby library. 2015-06-22 17:23:55 -07:00
upb.h Update upb to fix two bugs in the Ruby library. 2015-06-22 17:23:55 -07:00