X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=para.h;h=870656b163247a812f4b4d7091330838084c6945;hb=67d6243694e36deb43eb8bf246871d3e266b1cb2;hp=6655d35672f410ebff1a5678841e9fee967c7996;hpb=282a5e463090205ef8a12f50a9ecf6498b860e88;p=paraslash.git diff --git a/para.h b/para.h index 6655d356..870656b1 100644 --- a/para.h +++ b/para.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2013 Andre Noll + * Copyright (C) 1997-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -62,7 +62,7 @@ extern __printf_2_3 void (*para_log)(int, const char*, ...); * */ #define DEFINE_STDERR_LOGGER(funcname, loglevel_barrier) \ - __printf_2_3 void funcname(int ll, const char* fmt,...) \ + static __printf_2_3 void funcname(int ll, const char* fmt,...) \ { \ va_list argp; \ if (ll < loglevel_barrier) \