]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Compatibility fix
authorMika Lindqvist <postmaster@raasu.org>
Mon, 25 Nov 2019 23:39:16 +0000 (01:39 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 26 Nov 2019 11:52:09 +0000 (12:52 +0100)
* Add back OF() macro

zconf.h.in

index 79e4cc49c5fdd5977c8d615ce1a560f8249edae4..82f42ef54c96cac4018089955e12759a79d1aa46 100644 (file)
                         /* Type declarations */
 
 
+#ifndef OF /* function prototypes */
+#  define OF(args)  args
+#endif
+
 #if defined(WINDOWS) || defined(WIN32)
    /* If building or using zlib as a DLL, define ZLIB_DLL.
     * This is not mandatory, but it offers a little performance increase.