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

c syntax problems with solaris forte compiler

From: solo turn <soloturn99_at_yahoo.com>
Date: 2002-08-16 14:11:40 CEST

the solaris compiler seems not to like the syntax of some statements
in:

"subversion/tests/libsvn_fs/fs-test.c", line 5166: left operand must
be modifiable lvalue: op "="
"subversion/tests/libsvn_fs/fs-test.c", line 5167: left operand must
be modifiable lvalue: op "="

the following is concerned:
            struct path_rev_t pr1 = path_revs[i];
            struct path_rev_t pr2 = path_revs[j];

while stating it directly works .... strange:
            struct path_rev_t pr1 = { "A", 1 };
            struct path_rev_t pr2 = { "A", 1 };

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 16 14:12:19 2002

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.