Allow pointers to differ in certain modifier bits. For example,
commit1ca3c2344cbb36e35cb7f1442f7f7601d686fe8d
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Apr 2003 05:09:14 +0000 (4 22:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:13 +0000 (7 21:00 -0700)
tree19fb2a9ed2b87c820b6d05c56861dbd3373ceece
parent31ca6c598c12178f44a207a48a76c7c00cc07597
Allow pointers to differ in certain modifier bits. For example,
we don't care about 'const' vs 'volatile' in pointer differences.
And in assignments, it's ok if the target is more restricted than
the source.
evaluate.c