The C type part and the preprocessor part of a symbol are supposed
commitd70f368133087051e0d1507f1487d97f35412d08
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 12 Apr 2003 00:36:07 +0000 (11 17:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:29 +0000 (7 21:00 -0700)
treecb73265df55d5d22d11b0a385871ab762867b89e
parentb988b72ee49071c0cc1866e3f05a7e25351cbbd8
The C type part and the preprocessor part of a symbol are supposed
to be independent and could share the same storage. Right now that
doesn't work, so just keep them separate and let "struct symbol" be
a bit too large.

Will need to fix this later, there are lots of symbols around.
symbol.h