Browse Source

Workaround for COFF compiling issue due to conflicting preprocessor defines.

pull/329/head
triton 12 years ago
parent
commit
3d55f436a3
  1. 4
      src/CppParser/Parser.cpp

4
src/CppParser/Parser.cpp

@ -5,6 +5,10 @@ @@ -5,6 +5,10 @@
*
************************************************************************/
#ifdef DEBUG
#undef DEBUG // workaround DEBUG define messing with LLVM COFF headers
#endif
#include "Parser.h"
#include <llvm/Support/Host.h>

Loading…
Cancel
Save