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

index fc437c257a2bd0f5d70ccd31fd65840572b89615..af14e31af78a82d0b95a5709af0ef32a1f49f803 100644 (file)
--- a/pqsort.h
+++ b/pqsort.h
@@ -10,6 +10,6 @@
 
 void
 pqsort(void *a, size_t n, size_t es,
-    int (*cmp) __P((const void *, const void *)), size_t lrange, size_t rrange);
+    int (*cmp) (const void *, const void *), size_t lrange, size_t rrange);
 
 #endif