# | Line 19 | Line 19 | |
---|---|---|
19 | ** malloc.h at all. A sad situation. If you have compilation problems | |
20 | ** that point here, feel free to tweak or remove these declarations. | |
21 | */ | |
22 | < | #if !defined(__APPLE__) |
22 | > | #if !defined(__APPLE__) && !defined(__GNUC__) |
23 | #include <malloc.h> | |
24 | < | #if !defined(sco) && !defined(sgi) && !defined(IRIX) && !defined(WIN32) |
24 | > | #if !defined(sco) && !defined(sgi) && !defined(IRIX) && !defined(WIN32) |
25 | extern char* malloc(); | |
26 | #endif | |
27 | #else |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |