Fix up type examination.
commit017034ed49eb0c0fdf91a4109faedf389c81fa9b
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 17 Jun 2005 03:24:56 +0000 (16 20:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 17 Jun 2005 03:24:56 +0000 (16 20:24 -0700)
treee386316b96e21d74fc6e781fa0f3b0b3aecc02b2
parentecd2a5fe1cbb5591678df9b21036e9cc9cdc192b
Fix up type examination.

Examining a pointer should not cause us to examine what it points to.
However, that means that we'll have to be more careful later on when we
look at the base type of a pointer.
evaluate.c
symbol.c
symbol.h