- only some cosmetic changes, convert \r\n to unix
git-svn-id: svn://svn.berlios.de/openocd/trunk@239 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -19,16 +19,16 @@
|
||||
***************************************************************************/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/* DANGER!!!! These must be defined *BEFORE* replacements.h and the malloc() macro!!!! */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
/*
|
||||
* clear_malloc
|
||||
*
|
||||
* will alloc memory and clear it
|
||||
/*
|
||||
* clear_malloc
|
||||
*
|
||||
* will alloc memory and clear it
|
||||
*/
|
||||
void *clear_malloc(size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user