[llvm-commits] CVS: llvm/include/llvm/Config/alloca.h

Jeff Cohen jeffc at jolt-lang.org
Fri Feb 18 19:01:25 PST 2005



Changes in directory llvm/include/llvm/Config:

alloca.h updated: 1.8 -> 1.9
---
Log message:

Change __MINGW to __MINGW32__.  Patch submitted by Henrik Bach.


---
Diffs of the changes:  (+1 -1)

 alloca.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Config/alloca.h
diff -u llvm/include/llvm/Config/alloca.h:1.8 llvm/include/llvm/Config/alloca.h:1.9
--- llvm/include/llvm/Config/alloca.h:1.8	Tue Nov  2 11:31:02 2004
+++ llvm/include/llvm/Config/alloca.h	Fri Feb 18 21:01:13 2005
@@ -28,7 +28,7 @@
 #define alloca _alloca
 #elif defined(HAVE_ALLOCA_H)
 #include <alloca.h>
-#elif defined(__MINGW) && defined(HAVE_MALLOC_H)
+#elif defined(__MINGW32__) && defined(HAVE_MALLOC_H)
 #include <malloc.h>
 #elif !defined(__GNUC__)
 #	ifdef _AIX






More information about the llvm-commits mailing list