Skip to content

Commit 1abe3b8

Browse files
committed
RStruct was incomplete type with clang
1 parent db527f6 commit 1abe3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/syck/rubyext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ typedef struct RVALUE {
3030
/*struct RRegexp regexp;*/
3131
/*struct RHash hash;*/
3232
/*struct RData data;*/
33-
struct RStruct rstruct;
33+
/*struct RStruct rstruct;*/
3434
/*struct RBignum bignum;*/
3535
/*struct RFile file;*/
3636
} as;

0 commit comments

Comments
 (0)