- 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:
mifi
2007-12-17 22:12:57 +00:00
parent 9491aa15cd
commit ed1e9d6abd
3 changed files with 12 additions and 12 deletions

View File

@@ -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)
{