[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8328 - trunk/subversion/libsvn_subr

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-16 01:19:51 CET

Philip Martin <philip@codematters.co.uk> writes:

>> * subversion/libsvn_subr/date.c: New file.
>
> I think you ran patch twice, date.c has it's contents repeated and
> doesn't compile.

I mentioned the gcc warning about "exp" being a builtin name, I see it
got changed to "expl". Unfortunately "expl" is also a builtin name,
as is "expf" (they are names in the C99 library.)

../svn/subversion/libsvn_subr/date.c:103: warning: declaration of `expl' shadows a global declaration
<built-in>:0: warning: shadowed declaration is here
../svn/subversion/libsvn_subr/date.c: In function `svn_parse_date':
../svn/subversion/libsvn_subr/date.c:194: warning: declaration of `expl' shadows a global declaration
<built-in>:0: warning: shadowed declaration is here

ditto for time-test.c.

If you want to keep the name short, try "expt".

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 16 01:21:48 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.