Module: wine Branch: master Commit: 91922973454fa38354f57c464819da9a1daafe26 URL: http://source.winehq.org/git/wine.git/?a=commit;h=91922973454fa38354f57c4648...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sat Jan 10 02:43:54 2009 +0100
widl: Move "inline" right after the storage class specifier.
---
tools/widl/typegen.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 7d2b751..2b0e414 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) {