diff options
-rw-r--r-- | header.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |