Skip to content

Commit 7b5ae04

Browse files
committed
Support some struct and types
1 parent d8ac7bb commit 7b5ae04

File tree

1 file changed

+3
-0
lines changed
  • _tools/ruby_h_to_go/lib/ruby_header_parser

1 file changed

+3
-0
lines changed

_tools/ruby_h_to_go/lib/ruby_header_parser/data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ function:
4343
struct:
4444
allow_name:
4545
- !ruby/regexp /^rb_/i
46+
- re_registers
4647

4748
type:
4849
allow_name:
4950
- !ruby/regexp /^rb_/i
5051
- !ruby/regexp /^st_/i
5152
- ID
5253
- VALUE
54+
- regex_t
55+
- OnigPosition

0 commit comments

Comments
 (0)