diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-19 16:38:14 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-19 16:38:14 -0800 |
| commit | dd005656273d5d004ea7a74256a2cb9ca9f89dc7 (patch) | |
| tree | 62e4991e92d9d7c12e50d8341582d11fb01ae7e4 /ports/mpfr/gmp_printf.c | |
| parent | f6db046bed66288d5143247244ad1a59fcf1a495 (diff) | |
| download | vcpkg-dd005656273d5d004ea7a74256a2cb9ca9f89dc7.tar.gz vcpkg-dd005656273d5d004ea7a74256a2cb9ca9f89dc7.zip | |
[mpfr] update CMakeLists for new version
Diffstat (limited to 'ports/mpfr/gmp_printf.c')
| -rw-r--r-- | ports/mpfr/gmp_printf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/mpfr/gmp_printf.c b/ports/mpfr/gmp_printf.c deleted file mode 100644 index 1ccb94c0c..000000000 --- a/ports/mpfr/gmp_printf.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <stdio.h> -#include <stdarg.h> - -extern int __gmpfr_fprintf(const char *fmt, va_list argp) { - return fprintf(stderr, fmt, argp); -} |
