Move expression type enum out of the struct
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 12:38:41 +0000 (15:38 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Sep 2010 12:38:41 +0000 (15:38 +0300)
commit7723fef2646e0670fc782ee5248317bb6d8f9383
tree7601312e258f01d00b00eb8cadcc97dadc87137a
parent4b06c4995d6acc8352224618361c4b773b3a70a7
Move expression type enum out of the struct
- While legal in C++, the enum and its values are only visible within
  the scope it was declared in, making it invisible to the rest of
  the program.
build/expression.c