On Tue, Jul 20, 2004 at 06:19:13PM +0200, Juergen Weigert wrote:
> On Jul 17, 04 08:57:09 +0200, Ralf S. Engelschall wrote:
> > On Fri, Jul 16, 2004, Joe Orton wrote:
> > > [...] I think it's portable to  assume time_t is a long...
> > > [...]
> 
> I'd appreciate  
>         assert(sizof(time_t) == sizeof(long));
> near that. 

Casting the value to a long would be better than a runtime assertion if
you're worried about it, there's only one place it happens.

joe
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to