## +#if defined(WIN32)
## + program_code = malloc( file_stat.st_size );
## +#else
#Should we be using malloc, or are we supposed to use our own allocator?
#(I haven't been munging in the C, so I don't really know--it just looks
#a little suspicious.)
In memory.{h,c} there is a mem_sys_allocate(IV) that I would suggest.
- [PATCH] testsuite and Win32 compilation Mattia Barbon
- RE: [PATCH] testsuite and Win32 compilation Brent Dax
- RE: [PATCH] testsuite and Win32 compilation Gibbs Tanton - tgibbs
- RE: [PATCH] testsuite and Win32 compilation Gibbs Tanton - tgibbs
- RE: [PATCH] testsuite and Win32 compilation Gibbs Tanton - tgibbs
- RE: [PATCH] testsuite and Win32 compilation Brent Dax
- RE: [PATCH] testsuite and Win32 compilation Benjamin Stuhl
- RE: [PATCH] testsuite and Win32 compilation Mattia Barbon
- RE: [PATCH] testsuite and Win32 compilation Brent Dax
