diff options
author | 2015-05-17 13:20:12 +0200 | |
---|---|---|
committer | 2015-05-17 13:21:32 +0200 | |
commit | ebc96303eeaab614577cb5ee05e03200a8c47e74 (patch) | |
tree | 7802d5b23b04ca8af403336dd736289f382c9d0d /src/emu/cpu/uml.c | |
parent | 9aaa9fbebcad4e2a010ea3452e555a373ba05553 (diff) |
Removed all uses of setjmp.h in MAME. The only place where
it is still referenced is cpu/powerpc/ppc.c. I couldn't find
any case in which this file would be compiled using the
current build system. Nonetheless documented use using
PPC_H_INCLUDED_FROM_PPC_C define. [Couriersud]
Diffstat (limited to 'src/emu/cpu/uml.c')
-rw-r--r-- | src/emu/cpu/uml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/uml.c b/src/emu/cpu/uml.c index eef08cc7d47..f7b0584431f 100644 --- a/src/emu/cpu/uml.c +++ b/src/emu/cpu/uml.c @@ -37,7 +37,6 @@ #include "emu.h" #include "drcuml.h" #include "drcumlsh.h" -#include <setjmp.h> using namespace uml; |