Displaying 1 result from an estimated 1 matches for "strictunzip".
2002 May 17
0
Re: R-1.5.0 on NetBSD (PR#1566)
...002
+++ src/main/unzip.h
@@ -49,6 +49,16 @@
#include "zlib.h"
#endif
+/* Fudge for NetBSD's replacement of OF by __P in zconf.h */
+
+#ifndef OF /* function prototypes */
+# ifdef STDC
+# define OF(args) args
+# else
+# define OF(args) ()
+# endif
+#endif
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */
Ray Brownrigg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R...