Previous 199869 Revisions Next

r34608 Sunday 25th January, 2015 at 21:58:54 UTC by Couriersud
Minor Solaris fixes. (nw)
[src/emu]luaengine.c
[src/emu/cpu/m68000]m68kcpu.h
[src/emu/netlist]plists.h
[src/osd/sdl]sdlprefix.h

trunk/src/emu/cpu/m68000/m68kcpu.h
r243119r243120
3232
3333#include <limits.h>
3434
35#ifdef SDLMAME_SOLARIS
36#undef REG_SP
37#undef REG_PC
38#undef REG_FP
39#endif
3540
3641/* ======================================================================== */
3742/* ==================== ARCHITECTURE-DEPENDANT DEFINES ==================== */
trunk/src/emu/luaengine.c
r243119r243120
130130   cb = -1;
131131}
132132
133#ifdef SDLMAME_SOLARIS
134#undef _L
135#endif
136
133137void lua_engine::hook::set(lua_State *_L, int idx)
134138{
135139   if (L)
trunk/src/emu/netlist/plists.h
r243119r243120
199199// pnamedlist_t: a simple list
200200// ----------------------------------------------------------------------------------------
201201
202#ifdef SDLMAME_SOLARIS
203#undef _C
204#endif
205
202206template <class _C>
203207class pnamedlist_t : public plinearlist_t<_C>
204208{
trunk/src/osd/sdl/sdlprefix.h
r243119r243120
3333//#undef _XPG6
3434//#undef _XPG5
3535//#undef _XPG4_2
36
3736//#define _XOPEN_SOURCE
3837//#define _XOPEN_VERSION 4
3938#elif defined(__irix__) || defined(__sgi)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team