diff options
author | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-08-10 20:21:35 +0000 |
---|---|---|
committer | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-08-10 20:21:35 +0000 |
commit | b499b5cbd2337382142e5d532c370599fa35f865 (patch) | |
tree | 36a0ceb5e386b0130fe330915d4bdf6713eb8cfd /src | |
parent | 20e4e77cdf366dedac21ff5670c54291feadfc05 (diff) | |
download | openocd_libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.gz openocd_libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.bz2 openocd_libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.xz openocd_libswd-b499b5cbd2337382142e5d532c370599fa35f865.zip |
- changed mingw host detection to *-mingw instead of *-*-mingw to work with i586-mingw32msvc-gcc
- add replacements.h to log.h to make sure ERROR is undefined on windows
git-svn-id: svn://svn.berlios.de/openocd/trunk@191 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/log.h b/src/helper/log.h index 6988bfcb..6e799ad3 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -20,6 +20,7 @@ #ifndef ERROR_H #define ERROR_H +#include "replacements.h" #include "command.h" #include <stdarg.h> |