From e2cc69375e484de5e5aa8b354aca6b95af8c8764 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Mar 2018 00:46:57 +0100 Subject: Fix c89 compilation of mig headers * header.c (WriteServerHeader): Print __inline instead of inline. --- header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.c b/header.c index 3af9746..8190376 100644 --- a/header.c +++ b/header.c @@ -178,7 +178,7 @@ WriteServerHeader(FILE *file, const statement_t *stats) * Include the x_server_routine function so it can be inlined. */ fprintf(file, "extern mig_routine_t %s_routines[];\n", ServerDemux); - WriteSubsystemServerRoutine(file, "static inline"); + WriteSubsystemServerRoutine(file, "static __inline"); WriteEpilog(file, protect); } -- cgit v1.2.3