comparison gen/elem.h @ 40:8b0e809563df trunk

[svn r44] Lots of bug fixes. New array literal support New array ~= operator support (for single element) New with statement support More...
author lindquist
date Fri, 19 Oct 2007 07:43:21 +0200
parents 4648206ca213
children 0c77619e803b
comparison
equal deleted inserted replaced
39:fd5e8bbfcb25 40:8b0e809563df
1 #ifndef LLVMDC_GEN_ELEM_H 1 #ifndef LLVMDC_GEN_ELEM_H
2 #define LLVMDC_GEN_ELEM_H 2 #define LLVMDC_GEN_ELEM_H
3
4 #include "llvm/Value.h"
5 3
6 #include "root.h" 4 #include "root.h"
7 #include "declaration.h" 5 #include "declaration.h"
8 #include "aggregate.h" 6 #include "aggregate.h"
9 7