[llvm-commits] CVS: llvm/include/llvm/Config/alloca.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 2 09:31:17 PST 2004
Changes in directory llvm/include/llvm/Config:
alloca.h updated: 1.7 -> 1.8
---
Log message:
Fix typo, contributed by Henrik Bach!
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Config/alloca.h
diff -u llvm/include/llvm/Config/alloca.h:1.7 llvm/include/llvm/Config/alloca.h:1.8
--- llvm/include/llvm/Config/alloca.h:1.7 Mon Oct 25 13:38:05 2004
+++ llvm/include/llvm/Config/alloca.h Tue Nov 2 11:31:02 2004
@@ -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
More information about the llvm-commits
mailing list