mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
softfloat: remove unused global LITTLEENDIAN/BIGENDIAN macros, as well as TRUE/FALSE macros
This commit is contained in:
parent
0ba9e43eed
commit
1b4a43302d
9
3rdparty/softfloat/mamesf.h
vendored
9
3rdparty/softfloat/mamesf.h
vendored
@ -1,12 +1,3 @@
|
|||||||
/*----------------------------------------------------------------------------
|
|
||||||
| 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
|
| The macro `BITS64' can be defined to indicate that 64-bit integer types are
|
||||||
| supported by the compiler.
|
| supported by the compiler.
|
||||||
|
6
3rdparty/softfloat/milieu.h
vendored
6
3rdparty/softfloat/milieu.h
vendored
@ -34,9 +34,3 @@ these four paragraphs for those parts of this code that are retained.
|
|||||||
| Include common integer types and flags.
|
| Include common integer types and flags.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
#include "mamesf.h"
|
#include "mamesf.h"
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
|
||||||
| Symbolic Boolean literals.
|
|
||||||
*----------------------------------------------------------------------------*/
|
|
||||||
#define FALSE 0
|
|
||||||
#define TRUE 1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user