Support C types as first-class citizens, allowing type
commitc909930ea7a0c0f594f631a893686aed24427758
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 24 Mar 2004 19:40:43 +0000 (24 12:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:30 +0000 (7 21:01 -0700)
tree85b01fa178b0a20aa16aa0d92c13711872e9310b
parentd7aeb76801cf76d495d15ab96fa09fe139dfb480
Support C types as first-class citizens, allowing type
comparisons etc:

if (typeof(a) == int) {
...

(although right now I don't actually do the proper comparison
expansion and all comparisons return "true").
compile-i386.c
evaluate.c
expand.c
expression.c
expression.h
show-parse.c
symbol.c
symbol.h