summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-02 17:31:02 +0000
committerChris Lattner <sabre@nondot.org>2004-11-02 17:31:02 +0000
commit32b01c31439a5d62a56bd316483475a03240fcca (patch)
treeb67be8fe4e2451841ca8fc5a2503ea7b62fb6e2c
parent651dd3ad5a403a101eb8d48af443de50c37b1096 (diff)
downloadbcm5719-llvm-32b01c31439a5d62a56bd316483475a03240fcca.tar.gz
bcm5719-llvm-32b01c31439a5d62a56bd316483475a03240fcca.zip
Fix typo, contributed by Henrik Bach!
llvm-svn: 17434
-rw-r--r--llvm/include/llvm/Config/alloca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Config/alloca.h b/llvm/include/llvm/Config/alloca.h
index 7351aa4dc86..13631e5a705 100644
--- a/llvm/include/llvm/Config/alloca.h
+++ b/llvm/include/llvm/Config/alloca.h
@@ -28,7 +28,7 @@
#define alloca _alloca
#elif defined(HAVE_ALLOCA_H)
#include <alloca.h>
-#elif defined(__MINGW_H) && defined(HAVE_MALLOC_H)
+#elif defined(__MINGW) && defined(HAVE_MALLOC_H)
#include <malloc.h>
#elif !defined(__GNUC__)
# ifdef _AIX
OpenPOWER on IntegriCloud