[PATCH] strip modifiers and address space in "typeof()"
commit0e211b6c521958af79e04d9219c62d9d651ce8a6
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Sun, 25 Jul 2004 19:06:58 +0000 (25 12:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:21 +0000 (7 21:02 -0700)
treec7d694a796c11a1e7c5182955217e18da515eecb
parent20adf96e0de9a8316fa487037a00fd40bbc9ce01
[PATCH] strip modifiers and address space in "typeof()"

This basically makes "typeof" just return the _storage_ type
information, not the node information on how to access it.

This not only matches gcc behaviour wrt const/volatile etc,
but also makes it a lot easier to use "typeof" with different
address spaces.
symbol.c