Move the check for assignment to "const" to the evaluation phase.
commit32a28759a8b46fef409b4024fa96b30de414d140
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 23 Jul 2004 04:59:13 +0000 (22 21:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:14 +0000 (7 21:02 -0700)
tree60bea940877a503d64fd5944c0972a49f768988d
parent0bef08867e59f31ec2e96dcfa744644530e052d7
Move the check for assignment to "const" to the evaluation phase.

Also remember to do it for the increment and decrement operations.
evaluate.c
expand.c