]> git.sur5r.net Git - openocd/blobdiff - src/helper/replacements.h
move options handling to separate file to better support embedded implementations...
[openocd] / src / helper / replacements.h
index 7d48e3c64bbc65ba4eb5b3dc96b27f832aebea00..84705c528acd42013efd8e4688483b6888b3e5d7 100644 (file)
@@ -98,8 +98,9 @@ void *fill_malloc(size_t size);
  * If you do not want to change the malloc function, to not use one of\r
  * the following macros. Which is the default way.\r
  */\r
-//#define malloc((_a)) clear_malloc((_a))
-//#define malloc((_a)) fill_malloc((_a))
\r
+//#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