The following reply was made to PR os-next/2293; it has been noted by GNATS.
From: Rodent of Unusual Size <[EMAIL PROTECTED]>
To: Apache bug database <[EMAIL PROTECTED]>
Cc: Subject: Re: os-next/2293: Compilation errors on NeXTstep/OpenStep 4.0
Date: Fri, 29 Jan 1999 16:59:07 -0500
Francisco A Tomei Torres wrote:
>
> The compilation error still exists on NeXTstep/OpenStep version 4.0.
>
> The compilation problem is solved if the following fix
> ALREADY PRESENT IN mod_status.c is modified to include
> compiler release 4.0, e.g., "#if
> (NX_CURRENT_COMPILER_RELEASE == 400)"
:
> #ifdef NEXT
> #if (NX_CURRENT_COMPILER_RELEASE == 410)
Would this cover both cases?
#if (NX_CURRENT_COMPILER_RELEASE >= 400)
?