On Tue, Jun 17, 2003 at 08:33:20AM -0700, Justin Erenkrantz wrote: > --On Tuesday, June 17, 2003 9:45 AM +0000 [EMAIL PROTECTED] wrote: > > >gstein 2003/06/17 02:45:57 > > > > Modified: include httpd.h > > Log: > > Use 'expected' rather than 'exp', as the latter shadows the exp() > > function in the math.h header. Some compilers don't like that. > > > > Submitted by: Blair Zajac <[EMAIL PROTECTED]> > > Reviewed by: [EMAIL PROTECTED] > > Um, shouldn't server/util.c be modified to keep the variable names in sync? > If we fix it for the headers, it makes sense to change the compilation unit > as well as server/util.c would have this shadowing problem as well. -- > justin
Hmm. Probably. My main motivation was to take it out of the public headers, which was causing compilation warnings for third party modules (*cough*svn*cough* :-). If the .c code has 'exp', then yah... /me goes to look... -- Greg Stein, http://www.lyra.org/
