2008-04-19 Juerg Billeter <j@bitron.ch>
* vala/valasemanticanalyzer.vala: don't check for `pointer' struct
svn path=/trunk/; revision=1272
+2008-04-19 Jürg Billeter <j@bitron.ch>
+
+ * vala/valasemanticanalyzer.vala: don't check for `pointer' struct
+
2008-04-19 Jürg Billeter <j@bitron.ch>
Replace `pointer' by `void*' in all bindings and remove pointer
DataType size_t_type;
DataType unichar_type;
DataType type_type;
- Typesymbol pointer_type;
Class object_type;
Typesymbol initially_unowned_type;
DataType glist_type;
bool_type = new ValueType ((Typesymbol) root_symbol.scope.lookup ("bool"));
string_type = new ClassType ((Class) root_symbol.scope.lookup ("string"));
- pointer_type = (Typesymbol) root_symbol.scope.lookup ("pointer");
-
int_type = new ValueType ((Typesymbol) root_symbol.scope.lookup ("int"));
uint_type = new ValueType ((Typesymbol) root_symbol.scope.lookup ("uint"));
ulong_type = new ValueType ((Typesymbol) root_symbol.scope.lookup ("ulong"));