From: Simon Ruderich Date: Mon, 10 Jun 2013 04:25:05 +0000 (+0200) Subject: Don't mark init_pre_post_string() as inline. X-Git-Tag: 0.1~87 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=f3bda26e826fc91e069a17e2962603075fc7a483 Don't mark init_pre_post_string() as inline. --- diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 727c580..7a36575 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -121,7 +121,7 @@ static size_t post_string_size; /* Load alternative pre/post strings from the environment if available, fall * back to default values. */ -inline static void init_pre_post_string(void) { +static void init_pre_post_string(void) { pre_string = getenv(ENV_NAME_PRE_STRING); if (!pre_string) { pre_string = DEFAULT_PRE_STRING;