# # patch "ChangeLog" # from [dbbc9a3bbb39cf4d421fbab99dd176ff1db6d288] # to [959d7976bf446520b243d3e7d174cddc58daf772] # # patch "Makefile.am" # from [5f90663376031daaec9ea531de77309097820a25] # to [8963b7c36de49d887c7f8c115ab516249ac678cf] # ======================================================================== --- ChangeLog dbbc9a3bbb39cf4d421fbab99dd176ff1db6d288 +++ ChangeLog 959d7976bf446520b243d3e7d174cddc58daf772 @@ -1,5 +1,10 @@ 2005-08-17 Nathaniel Smith + * Makefile.am (lib3rdparty_a_CFLAGS): Build 3rd party C code with + -fexceptions. + +2005-08-17 Nathaniel Smith + * lua.cc (lua_hooks): Re-enable panic thrower, we no longer support Lua 4. ======================================================================== --- Makefile.am 5f90663376031daaec9ea531de77309097820a25 +++ Makefile.am 8963b7c36de49d887c7f8c115ab516249ac678cf @@ -220,6 +220,8 @@ $(NETXX_SOURCES) \ $(LUA_SOURCES) \ $(SQLITE_SOURCES) +# We want to be able to throw exceptions through the Lua interpreter +lib3rdparty_a_CFLAGS = $(AM_CFLAGS) -fexceptions # flags