summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/softfloat
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-03-15 19:00:34 +0100
committer hap <happppp@users.noreply.github.com>2025-03-15 19:00:34 +0100
commit1b4a43302d5d105dca3fc9194f540827465e0712 (patch)
treef7ccba2234c75b352866de2961db63b2e2af8d43 /3rdparty/softfloat
parent0ba9e43eeddc64d88d93458637a8b7996422cce8 (diff)
softfloat: remove unused global LITTLEENDIAN/BIGENDIAN macros, as well as TRUE/FALSE macros
Diffstat (limited to '3rdparty/softfloat')
-rw-r--r--3rdparty/softfloat/mamesf.h9
-rw-r--r--3rdparty/softfloat/milieu.h6
2 files changed, 0 insertions, 15 deletions
diff --git a/3rdparty/softfloat/mamesf.h b/3rdparty/softfloat/mamesf.h
index 437f54834e3..08b03d55d75 100644
--- a/3rdparty/softfloat/mamesf.h
+++ b/3rdparty/softfloat/mamesf.h
@@ -1,13 +1,4 @@
/*----------------------------------------------------------------------------
-| One of the macros `BIGENDIAN' or `LITTLEENDIAN' must be defined.
-*----------------------------------------------------------------------------*/
-#ifdef LSB_FIRST
-#define LITTLEENDIAN
-#else
-#define BIGENDIAN
-#endif
-
-/*----------------------------------------------------------------------------
| The macro `BITS64' can be defined to indicate that 64-bit integer types are
| supported by the compiler.
*----------------------------------------------------------------------------*/
diff --git a/3rdparty/softfloat/milieu.h b/3rdparty/softfloat/milieu.h
index 10687b755d0..523710d27f1 100644
--- a/3rdparty/softfloat/milieu.h
+++ b/3rdparty/softfloat/milieu.h
@@ -34,9 +34,3 @@ these four paragraphs for those parts of this code that are retained.
| Include common integer types and flags.
*----------------------------------------------------------------------------*/
#include "mamesf.h"
-
-/*----------------------------------------------------------------------------
-| Symbolic Boolean literals.
-*----------------------------------------------------------------------------*/
-#define FALSE 0
-#define TRUE 1