rlescak / rpms / asymptote

Forked from rpms/asymptote 2 years ago
Clone
b19cd07
diff -up asymptote-1.87/prc/PRCdouble.cc.gcc44 asymptote-1.87/prc/PRCdouble.cc
b19cd07
--- asymptote-1.87/prc/PRCdouble.cc.gcc44	2009-09-20 01:28:23.000000000 -0400
b19cd07
+++ asymptote-1.87/prc/PRCdouble.cc	2009-09-28 13:31:46.455112363 -0400
5aad341
@@ -23,7 +23,7 @@ int stCOFDOECompare(const void* pcofdoe1
5aad341
 }
5aad341
 
b19cd07
 #ifdef WORDS_BIGENDIAN
5aad341
-void *memrchr(const void *buf,int c,size_t count)
5aad341
+const void *memrchr(const void *buf,int c,size_t count)
5aad341
 {
5aad341
   unsigned char
5aad341
       *pcBuffer=(unsigned char *)buf,
b19cd07
diff -up asymptote-1.87/prc/PRCdouble.h.gcc44 asymptote-1.87/prc/PRCdouble.h
b19cd07
--- asymptote-1.87/prc/PRCdouble.h.gcc44	2009-09-20 01:28:23.000000000 -0400
b19cd07
+++ asymptote-1.87/prc/PRCdouble.h	2009-09-28 13:32:03.111986199 -0400
b19cd07
@@ -106,7 +106,7 @@ struct sCodageOfFrequentDoubleOrExponent
e5b9d2b
 int stCOFDOECompare(const void*,const void*);
e5b9d2b
 
b19cd07
 #ifdef WORDS_BIGENDIAN
e5b9d2b
-void *memrchr(const void *,int,size_t);
e5b9d2b
+const void *memrchr(const void *,int,size_t);
e5b9d2b
 #endif
e5b9d2b
 
e5b9d2b