rlescak / rpms / asymptote

Forked from rpms/asymptote 2 years ago
Clone
5aad341
diff -up asymptote-1.63/prc/PRCdouble.cc.gcc44 asymptote-1.63/prc/PRCdouble.cc
5aad341
--- asymptote-1.63/prc/PRCdouble.cc.gcc44	2009-02-18 12:05:36.000000000 -0500
5aad341
+++ asymptote-1.63/prc/PRCdouble.cc	2009-02-18 12:05:47.000000000 -0500
5aad341
@@ -23,7 +23,7 @@ int stCOFDOECompare(const void* pcofdoe1
5aad341
 }
5aad341
 
5aad341
 #if defined(WORDS_BIG_ENDIAN)
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,
5aad341
diff -up asymptote-1.63/prc/PRCdouble.h.gcc44 asymptote-1.63/prc/PRCdouble.h
5aad341
--- asymptote-1.63/prc/PRCdouble.h.gcc44	2009-02-17 21:55:30.000000000 -0500
5aad341
+++ asymptote-1.63/prc/PRCdouble.h	2009-02-18 12:05:06.000000000 -0500
e5b9d2b
@@ -110,7 +110,7 @@ struct sCodageOfFrequentDoubleOrExponent
e5b9d2b
 int stCOFDOECompare(const void*,const void*);
e5b9d2b
 
e5b9d2b
 #if defined(WORDS_BIG_ENDIAN)
e5b9d2b
-void *memrchr(const void *,int,size_t);
e5b9d2b
+const void *memrchr(const void *,int,size_t);
e5b9d2b
 #endif
e5b9d2b
 
e5b9d2b