Re: CVS update: subversion/subversion/client add-cmd.c checkout-cmd.c cl.h commit-cmd.c delete-cmd.c main.c propget-cmd.c proplist-cmd.c props.c propset-cmd.c status-cmd.c update-cmd.c
From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2000-11-18 20:48:57 CET
> [ I've been on a mission re: const for a while. there are two reasons for
Const is one of those things which seems like a nice idea, but the way
#include <string.h>
char *pc;
pc = strchr (pcc, pcc[0]);
Hmm. It all type-checks, but somehow I've turned a const char * into
Not an objection to Greg's changes, just a language gripe.
|
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.