Skip to content

Commit 601aca4

Browse files
committed
Restore static.
1 parent e5b9022 commit 601aca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ruby/ext/google/protobuf_c

ruby/ext/google/protobuf_c/defs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ typedef struct {
581581
VALUE descriptor_pool; // Owns the upb_FieldDef.
582582
} FieldDescriptor;
583583

584-
VALUE cFieldDescriptor = Qnil;
584+
static VALUE cFieldDescriptor = Qnil;
585585

586586
static void FieldDescriptor_mark(void* _self) {
587587
FieldDescriptor* self = _self;

0 commit comments

Comments
 (0)