Warn about users trying to use type names in expressions.
commitd7aeb76801cf76d495d15ab96fa09fe139dfb480
authorLinus Torvalds <torvalds@evo.osdl.org>
Wed, 24 Mar 2004 17:54:50 +0000 (24 10:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:29 +0000 (7 21:01 -0700)
tree1344aa69d464a6a4e13ae47e45f93f9fc304aaff
parentabae88c8e3ae1a4493805bd8b471bb77f472fd37
Warn about users trying to use type names in expressions.

I think I'll allow type expressions at some point, since
it shouldn't actually be all that hard, and would even clean
some stuff up. But for now, we'll just warn about non-C code.
expression.c