summaryrefslogtreecommitdiff
path: root/support/dktools/dk4maoxdbl.cpp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-12 03:04:00 +0000
committerNorbert Preining <norbert@preining.info>2020-10-12 03:04:00 +0000
commit0ce40abb18ec02ec6fd6bcc5f21612c88daa7578 (patch)
tree416289fe1448873fd8ca33051f50ad85bffa8aaa /support/dktools/dk4maoxdbl.cpp
parentfdb18507cd80dc17f5a5256153d34668b4f4e61c (diff)
CTAN sync 202010120303
Diffstat (limited to 'support/dktools/dk4maoxdbl.cpp')
-rw-r--r--support/dktools/dk4maoxdbl.cpp70
1 files changed, 0 insertions, 70 deletions
diff --git a/support/dktools/dk4maoxdbl.cpp b/support/dktools/dk4maoxdbl.cpp
deleted file mode 100644
index 3f85b2f574..0000000000
--- a/support/dktools/dk4maoxdbl.cpp
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
-Copyright (C) 2017-2020, Dirk Krause
-SPDX-License-Identifier: BSD-3-Clause
-*/
-
-/*
- WARNING: This file was generated by the dkct program (see
- http://dktools.sourceforge.net/ for details).
- Changes you make here will be lost if dkct is run again!
- You should modify the original source and run dkct on it.
- Original source: dk4maoxdbl.cpt
-*/
-
-/** @file dk4maoxdbl.cpp The dk4maoxdbl module.
-*/
-
-
-#line 107 "dk4maoxdbl.cpt"
-
-#include "dk4conf.h"
-
-#ifndef DK4_SIZEOF_WXCHAR
-#ifndef DK4WXCS_H_INCLUDED
-#include "dk4wxcs.h"
-#endif
-#endif
-
-#if (DK4_HAVE_WXWIDGETS) && (defined(__cplusplus))
-
-
-
-#include "dk4maoxdbl.h"
-
-#if DK4_SIZEOF_WXCHAR > 1
-#if DK4_SIZEOF_WXCHAR == DK4_SIZEOF_WCHAR_T
-#include "dk4maowdbl.h"
-#else
-#error "Illegal wxChar size!"
-#endif
-#else
-#include "dk4mao8dbl.h"
-#endif
-
-#if DK4_HAVE_ASSERT_H
-#ifndef ASSERT_H_INCLUDED
-#include <assert.h>
-#define ASSERT_H_INCLUDED 1
-#endif
-#endif
-
-int
-dk4ma_write_wx_double(
- wxChar *dptr, size_t szdptr, double v, int exact, int minimize, dk4_er_t *erp
-)
-{
-#if DK4_USE_ASSERT
- assert(NULL != dptr);
- assert(0 < szdptr);
-#endif
-#if DK4_SIZEOF_WXCHAR > 1
- return (dk4ma_write_wc_double(dptr, szdptr, v, exact, minimize, erp));
-#else
- return (dk4ma_write_c8_double(dptr, szdptr, v, exact, minimize, erp));
-#endif
-}
-
-
-
-#endif
-