diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 7d2b751d45b..2b0e4145933 100644 --- a/tools/widl/typegen.c +++ b/tools/widl/typegen.c @@ -1271,7 +1271,7 @@ static void write_user_tfs(FILE *file, type_t *type, unsigned int *tfsoff) *tfsoff += 2; } -static unsigned char inline make_signed(unsigned char fc) +static inline unsigned char make_signed(unsigned char fc) { switch(fc) {