]> git.pld-linux.org Git - packages/asymptote.git/blob - asymptote-memrchr.patch
- 1.94
[packages/asymptote.git] / asymptote-memrchr.patch
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
3 @@ -23,7 +23,7 @@
4  }
5  
6  #ifdef WORDS_BIGENDIAN
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,
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.038147 seconds and 3 git commands to generate.