From ad5b74c9de1eb3d6eda91e1bf21b24c87a78391e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 10 Aug 2010 12:16:31 +0000 Subject: SWORD25: Clean compile! Under MinGW, with OpenGL and tinyxml. svn-id: r53225 --- engines/sword25/util/lua/luaconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/util') diff --git a/engines/sword25/util/lua/luaconf.h b/engines/sword25/util/lua/luaconf.h index 803a3f9e7b..d4eb2c9cd4 100644 --- a/engines/sword25/util/lua/luaconf.h +++ b/engines/sword25/util/lua/luaconf.h @@ -603,7 +603,7 @@ union luai_Cast { double l_d; long l_l; }; ** compiling as C++ code, with _longjmp/_setjmp when asked to use them, ** and with longjmp/setjmp otherwise. */ -#if defined(__cplusplus) +#if 0 /* defined(__cplusplus) */ /* C++ exceptions */ #define LUAI_THROW(L,c) throw(c) #define LUAI_TRY(L,c,a) try { a } catch(...) \ -- cgit v1.2.3