From 2a9409f587eec1acd7a98cbd5dacc31ac3525812 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Jul 2015 16:11:19 -0700 Subject: Removed cmark_strbuf_printf and cmark_strbuf_vprintf. These are no longer needed, and cause complications for MSVC. Also removed HAVE_VA_COPY and HAVE_C99_SNPRINTF feature tests. --- src/config.h.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 5960928..5294bc9 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,11 +15,3 @@ #else #define CMARK_ATTRIBUTE(list) #endif - -#cmakedefine HAVE_VA_COPY - -#ifndef HAVE_VA_COPY - #define va_copy(dest, src) ((dest) = (src)) -#endif - -#cmakedefine HAVE_C99_SNPRINTF -- cgit v1.2.3