]> git.saurik.com Git - redis.git/commitdiff
minor fix for Solaris boxes
authorantirez <antirez@gmail.com>
Thu, 28 May 2009 16:26:28 +0000 (18:26 +0200)
committerantirez <antirez@gmail.com>
Thu, 28 May 2009 16:26:28 +0000 (18:26 +0200)
pqsort.c

index 8e2b12483be1f7f33ae9883996cf20c2b312b2cb..59dedcbc3b4d59115db2a89d6621e86c3b11160d 100644 (file)
--- a/pqsort.c
+++ b/pqsort.c
@@ -37,7 +37,9 @@
  * SUCH DAMAGE.
  */
 
+#ifndef __P
 #define __P(protos) protos
+#endif
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)