Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-16 00:23:04 +0300
committerJunio C Hamano <gitster@pobox.com>2011-03-16 00:23:04 +0300
commitd0ef5a7e427d18657b8d53223adc1d7132d6ab79 (patch)
tree16049ebe67fa4ae7b03470ae7effd8ed97d5165c /compat
parentbde7f7389f56bf570c41c8e3f6b58c367b30472a (diff)
parent26db0f2e3afc043e184a5e0ce5eb7c53aeb1f644 (diff)
Merge branch 'jk/strbuf-vaddf'
* jk/strbuf-vaddf: compat: fall back on __va_copy if available strbuf: add strbuf_vaddf compat: provide a fallback va_copy definition
Diffstat (limited to 'compat')
-rw-r--r--compat/msvc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/msvc.h b/compat/msvc.h
index 023aba0238..a33b01c032 100644
--- a/compat/msvc.h
+++ b/compat/msvc.h
@@ -9,7 +9,6 @@
#define inline __inline
#define __inline__ __inline
#define __attribute__(x)
-#define va_copy(dst, src) ((dst) = (src))
#define strncasecmp _strnicmp
#define ftruncate _chsize