[Templates] Developer Release 2.06e
Andy Wardley
abw@kfs.org
Wed, 13 Mar 2002 15:22:38 +0000
On Wed, Mar 13, 2002 at 01:25:22PM +0000, Andy Wardley wrote:
> Stathy, Stas, you guys know more about this than I do. What can we do
> to get this compiling on Win32 and older Perls such as 5.00503?
I've managed to get the XS Stash to compiled under 5.00503 (and hopefully
also other platforms) by adding the following lines to the top of Stash.xs
/* define these as empty for earlier versions of non-threading perl */
#ifndef pTHX_
#define pTHX_
#endif
#ifndef aTHX_
#define aTHX_
#endif
Chris, can you try this out on Windows for me and see if it helps?
Thanks
A