Darwin/OS X portability from Max Horn <max@quendi.de>
* libversit/vcc.y: Remove #include <malloc.h>. * libversit/vobject.c: Likewise, and #include <stdlib.h> svn path=/trunk/; revision=16308
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2002-04-01 Dan Winship <danw@ximian.com>
|
||||
|
||||
Darwin/OS X portability from Max Horn <max@quendi.de>
|
||||
|
||||
* libversit/vcc.y: Remove #include <malloc.h>.
|
||||
|
||||
* libversit/vobject.c: Likewise, and #include <stdlib.h>
|
||||
|
||||
2002-03-30 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* configure.in: Add argument `--enable-shlib-components'. New
|
||||
|
@ -107,9 +107,6 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#ifndef __MWERKS__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
@ -42,11 +42,8 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
|
||||
* vobject, and convert a vobject into its textual representation.
|
||||
*/
|
||||
|
||||
#ifndef MWERKS
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "vobject.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user