Thread (30 messages) flat view 30 messages, 5 authors, 2016-06-15

Re: [PATCH 17/19] Portable alloca for Git

From: Erik Faye-Lund <hidden>
Date: 2016-06-15 23:00:06

On Fri, Feb 28, 2014 at 2:44 PM, Erik Faye-Lund [off-list ref] wrote:
On Mon, Feb 24, 2014 at 5:21 PM, Kirill Smelkov [off-list ref] wrote:
quoted
diff --git a/Makefile b/Makefile
index dddaf4f..0334806 100644
--- a/Makefile
+++ b/Makefile
@@ -316,6 +321,7 @@ endif
 ifeq ($(uname_S),Windows)
        GIT_VERSION := $(GIT_VERSION).MSVC
        pathsep = ;
+       HAVE_ALLOCA_H = YesPlease
        NO_PREAD = YesPlease
        NEEDS_CRYPTO_WITH_SSL = YesPlease
        NO_LIBGEN_H = YesPlease
In MSVC, alloca is defined in in malloc.h, not alloca.h:

http://msdn.microsoft.com/en-us/library/wb1s57t5.aspx

In fact, it has no alloca.h at all. But we don't have malloca.h in
mingw either, so creating a compat/win32/alloca.h that includes
malloc.h is probably sufficient.
"But we don't have alloca.h in mingw either", sorry.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help