Restore `static`.

pull/14703/head
Jason Lunn 1 year ago
parent e5b9022b52
commit 601aca4121
  1. 2
      ruby/ext/google/protobuf_c/defs.c

@ -581,7 +581,7 @@ typedef struct {
VALUE descriptor_pool; // Owns the upb_FieldDef.
} FieldDescriptor;
VALUE cFieldDescriptor = Qnil;
static VALUE cFieldDescriptor = Qnil;
static void FieldDescriptor_mark(void* _self) {
FieldDescriptor* self = _self;

Loading…
Cancel
Save