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

Re: [PATCH] #1 Update on port to OS400/EBCDIC

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-02-13 14:40:52 CET

On Mon, 13 Feb 2006, Paul Burba wrote:

> svnversion: int main (int argc, const char *argv[])
>
> The other command line programs declare the pointers as const:
>
> svnlook: int main (int argc, const char * const *argv)
> svn: int main (int argc, const char * const *argv)
> svnadmin: int main (int argc, const char * const *argv)
> svndumpfilter: int main (int argc, const char * const *argv)
> svnserve: int main (int argc, const char * const *argv)
> svnsync: int main (int argc, const char * const argv[])
>
> So, should I:
>
> A) Use the previous approach and create a new array?
>
> B) Modify the signatures of the offending main()s to
>
> int main(int argc, char *argv[])
>
>

I'm fine with B).

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 13 14:41:53 2006

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.