Ian Holsman <[EMAIL PROTECTED]> writes:

> On 01 Aug 2001 16:49:29 +0000, [EMAIL PROTECTED] wrote:
> > trawick     01/08/01 09:49:29
> > 
> >   Modified:    test     testthread.c
> >   Log:
> >   get rid of vestigial !APR_HAS_THREADS logic
> >   
> won't removing the #ifdef cause systems which have no thread support
> to fail on building the test directory?

!APR_HAS_THREADS logic remains.  What I removed was some old
stuff which should have been removed already.

old:

#if !APR_HAS_THREADS

tiny main

#else

support code

main
{
#if APR_HAS_THREADS

stuff

#endif
}

#endif

I zapped the uninteresting inner check for APR_HAS_THREADS. 
-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to