Re: [Tinycc-devel] tcc_relocate() and tcc_relocate_ex()

2012-08-28 Thread Michael Matz
Hi, On Mon, 27 Aug 2012, grischka wrote: Can you at least commit the change that makes tcc_relocate_ex() global? Yes, perhaps at least. You wrote: ... but fixing my code to match the current definition of tcc_relocate() was out of the question (the surrounding code manages the lifetime of

Re: [Tinycc-devel] tcc_relocate() and tcc_relocate_ex()

2012-08-28 Thread David Mertens
Sean Conner pointed out: > ... snip ... > > Case 2: Lua (http://www.lua.org/) > > Just to recap Lua---it's a small scripting language intended to be > embedded in a larger application to give said application scripting > abilities. You can also load additional modules either written in Lua or >

Re: [Tinycc-devel] tcc_relocate() and tcc_relocate_ex()

2012-08-28 Thread Sean Conner
It was thus said that the Great grischka once stated: > Sean Conner wrote: > > Can you at least commit the change that makes tcc_relocate_ex() global? > > Yes, perhaps at least. You wrote: > >... but fixing my code to match the current definition > >of tcc_relocate() was out of the question (the