Browse Source

Corrected typo (to many brackets)

git-svn-id: svn://svn.berlios.de/openocd/trunk@230 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
mifi 16 years ago
parent
commit
7ff3a0d12e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/helper/replacements.h

+ 2
- 2
src/helper/replacements.h View File

@@ -99,8 +99,8 @@ void *fill_malloc(size_t size);
* the following macros. Which is the default way.
*/
//#define malloc((_a)) clear_malloc((_a))
//#define malloc((_a)) fill_malloc((_a))
//#define malloc(_a) clear_malloc(_a)
//#define malloc(_a) fill_malloc(_a)

/* GNU extensions to the C library that may be missing on some systems */
#ifndef HAVE_STRNDUP


Loading…
Cancel
Save