]> git.pld-linux.org Git - packages/asymptote.git/blame - asymptote-memrchr.patch
- up to 1.88
[packages/asymptote.git] / asymptote-memrchr.patch
CommitLineData
d0532de6
ZU
1--- asymptote-1.87-orig/prc/PRCdouble.cc 2009-09-20 07:28:23.000000000 +0200
2+++ asymptote-1.87/prc/PRCdouble.cc 2009-09-28 23:28:48.070083578 +0200
771b2768
ZU
3@@ -23,7 +23,7 @@
4 }
5
d0532de6 6 #ifdef WORDS_BIGENDIAN
771b2768
ZU
7-void *memrchr(const void *buf,int c,size_t count)
8+const void *memrchr(const void *buf,int c,size_t count)
9 {
10 unsigned char
11 *pcBuffer=(unsigned char *)buf,
d0532de6
ZU
12--- asymptote-1.87-orig/prc/PRCdouble.h 2009-09-20 07:28:23.000000000 +0200
13+++ asymptote-1.87/prc/PRCdouble.h 2009-09-28 23:28:24.637377760 +0200
14@@ -106,7 +106,7 @@
15 int stCOFDOECompare(const void*,const void*);
16
17 #ifdef WORDS_BIGENDIAN
18-void *memrchr(const void *,int,size_t);
19+const void *memrchr(const void *,int,size_t);
20 #endif
21
22
This page took 0.038243 seconds and 4 git commands to generate.