]> git.pld-linux.org Git - packages/asymptote.git/blob - asymptote-memrchr.patch
- up to 2.70
[packages/asymptote.git] / asymptote-memrchr.patch
1 --- asymptote-2.13/prc/PRCdouble.cc~    2011-06-19 15:40:51.000000000 +0200
2 +++ asymptote-2.13/prc/PRCdouble.cc     2011-06-20 08:40:37.743723350 +0200
3 @@ -24,7 +24,7 @@
4  
5  #ifdef WORDS_BIGENDIAN
6  #ifndef HAVE_MEMRCHR
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-2.13/prc/PRCdouble.h~     2011-06-19 15:40:51.000000000 +0200
13 +++ asymptote-2.13/prc/PRCdouble.h      2011-06-20 08:44:40.604913141 +0200
14 @@ -133,7 +133,7 @@
15  
16  #ifdef WORDS_BIGENDIAN
17  #ifndef HAVE_MEMRCHR
18 -void *memrchr(const void *,int,size_t);
19 +const void *memrchr(const void *,int,size_t);
20  #endif
21  #endif
22  
This page took 0.064127 seconds and 3 git commands to generate.