]> git.pld-linux.org Git - packages/asymptote.git/blame - asymptote-memrchr.patch
- updated to 2.41
[packages/asymptote.git] / asymptote-memrchr.patch
CommitLineData
d6c3695a
ZU
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 @@
771b2768 4
d0532de6 5 #ifdef WORDS_BIGENDIAN
d6c3695a 6 #ifndef HAVE_MEMRCHR
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,
d6c3695a
ZU
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 @@
d0532de6
ZU
15
16 #ifdef WORDS_BIGENDIAN
d6c3695a 17 #ifndef HAVE_MEMRCHR
d0532de6
ZU
18-void *memrchr(const void *,int,size_t);
19+const void *memrchr(const void *,int,size_t);
20 #endif
d6c3695a 21 #endif
d0532de6 22
This page took 0.026056 seconds and 4 git commands to generate.