在 2020/4/15 20:02, Jehan Pagès 写道: > > After sending the previous patch, I thought I was a bit lazy and that was > not cool to you. So I made an additional patch (attached). > Basically I did a sed like this: > > $ sed -i 's/\(^[a-zA-Z0-9]\+ \+[a-zA-Z0-9]\+ *\)( *);/\1(void);/g' > mingw-w64-headers/include/*.h > > The difficulty was to not grep class functions or struct pointers to > functions so I tried to only grep without space at the line start. But then > I had to do some additional manual tweaking to catch some more prototypes > which were actually indented. Hopefully I did not make any mistake. :-) > >
Ah, many thanks for the patch. I pushed this one. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
