]> git.pld-linux.org Git - packages/asymptote.git/blobdiff - asymptote-memrchr.patch
- 2.05
[packages/asymptote.git] / asymptote-memrchr.patch
index 01565215119cc72add8f2be80fbd57abc3f35f6c..0d1bf0485e4ba26320cd71768f10893b6a961247 100644 (file)
@@ -1,9 +1,20 @@
---- asymptote-1.79-orig/prc/PRCdouble.h        2008-11-24 01:19:34.000000000 +0100
-+++ asymptote-1.79/prc/PRCdouble.h     2009-07-03 17:03:48.219746775 +0200
-@@ -110,7 +110,7 @@
+--- asymptote-1.87-orig/prc/PRCdouble.cc       2009-09-20 07:28:23.000000000 +0200
++++ asymptote-1.87/prc/PRCdouble.cc    2009-09-28 23:28:48.070083578 +0200
+@@ -23,7 +23,7 @@
+ }
+ #ifdef WORDS_BIGENDIAN
+-void *memrchr(const void *buf,int c,size_t count)
++const void *memrchr(const void *buf,int c,size_t count)
+ {
+   unsigned char
+       *pcBuffer=(unsigned char *)buf,
+--- asymptote-1.87-orig/prc/PRCdouble.h        2009-09-20 07:28:23.000000000 +0200
++++ asymptote-1.87/prc/PRCdouble.h     2009-09-28 23:28:24.637377760 +0200
+@@ -106,7 +106,7 @@
  int stCOFDOECompare(const void*,const void*);
  
- #if defined(WORDS_BIG_ENDIAN)
+ #ifdef WORDS_BIGENDIAN
 -void *memrchr(const void *,int,size_t);
 +const void *memrchr(const void *,int,size_t);
  #endif
This page took 0.075716 seconds and 4 git commands to generate.