From: Daniel Axtens Date: Fri, 8 May 2015 06:05:13 +0000 (+1000) Subject: Kill OF() X-Git-Tag: 1.9.9-b1~857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd718dbdb624879a5c9dcf04a55e32afb0f0e4d2;p=thirdparty%2Fzlib-ng.git Kill OF() Signed-off-by: Daniel Axtens --- diff --git a/zconf.h.in b/zconf.h.in index ac90e36ba..631a744c1 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -60,10 +60,6 @@ /* Type declarations */ -/* OF() definition is kept for compatibility purposes */ -#ifndef OF /* function prototypes */ -# define OF(args) args -#endif #ifndef Z_ARG /* function prototypes for stdarg */ # define Z_ARG(args) args