aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/py-lzma/files/patch-src__compat__LzmaCompatDecode.h
blob: 0b606faa6022de558ebfb612605be99de2be36b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./src/compat/LzmaCompatDecode.h.orig    2010-04-24 00:26:40.000000000 +0200
+++ ./src/compat/LzmaCompatDecode.h 2011-01-27 02:30:39.000000000 +0100
@@ -39,14 +39,6 @@
 #  define LZMACALL
 #endif
 
-#ifndef malloc
-# ifdef __APPLE__
-#include <malloc/malloc.h>
-# else
-#include <malloc.h>
-# endif
-#endif
-
 #ifndef UInt32
 #ifdef _LZMA_UINT32_IS_ULONG
 #define UInt32 unsigned long