17 Oct
2003
17 Oct
'03
7:39 p.m.
On 17 Oct 2003 at 7:36, Frank Heckenbach wrote:
Prof A Olowofoyeku (The African Chief) wrote:
pipec.c?
Ditto here. I am not sure whether "#define fix_argv(argvec) (argvec)" will be needed for MSYS as it is for Cygwin.
Well, actually it (i.e., the function in the `#else' part) is needed *except* under Cygwin, so it's #defined as a no-op for Cygwin. [...]
It is needed for MSYS as well. So we should have this: #if defined (__CYGWIN__) || defined (__MSYS__) #define fix_argv(argvec) (argvec) #else [....] Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.bigfoot.com/~african_chief/