Skip to content

Commit

Permalink
Make c99, c23 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jun 6, 2024
1 parent 64a96b1 commit c93bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rbs_extension/location.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef struct {
unsigned short len;
unsigned short cap;
rbs_loc_entry_bitmap required_p;
rbs_loc_entry entries[0];
rbs_loc_entry entries[];
} rbs_loc_children;

typedef struct {
Expand Down

0 comments on commit c93bf9b

Please sign in to comment.