]> git.saurik.com Git - redis.git/blobdiff - pqsort.c
minor fix for Solaris boxes
[redis.git] / pqsort.c
index c49d077ec07ce97e3c0047715e18e68b05aff931..59dedcbc3b4d59115db2a89d6621e86c3b11160d 100644 (file)
--- a/pqsort.c
+++ b/pqsort.c
  * SUCH DAMAGE.
  */
 
+#ifndef __P
+#define __P(protos) protos
+#endif
+
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
 #if 0