]> git.pld-linux.org Git - packages/asymptote.git/blobdiff - asymptote-memrchr.patch
- 2.05
[packages/asymptote.git] / asymptote-memrchr.patch
index ce4bef51134dcb7800210811b17eb850497382d0..0d1bf0485e4ba26320cd71768f10893b6a961247 100644 (file)
@@ -1,22 +1,22 @@
---- 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 @@
- int stCOFDOECompare(const void*,const void*);
- #if defined(WORDS_BIG_ENDIAN)
--void *memrchr(const void *,int,size_t);
-+const void *memrchr(const void *,int,size_t);
- #endif
---- asymptote-1.79-orig/prc/PRCdouble.cc       2008-11-24 01:19:34.000000000 +0100
-+++ asymptote-1.79/prc/PRCdouble.cc    2009-07-03 18:20:34.655952764 +0200
+--- 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 @@
  }
  
- #if defined(WORDS_BIG_ENDIAN)
+ #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*);
+ #ifdef WORDS_BIGENDIAN
+-void *memrchr(const void *,int,size_t);
++const void *memrchr(const void *,int,size_t);
+ #endif
This page took 0.082725 seconds and 4 git commands to generate.