diff -r 5f79478142d7 -r 0d1ab9e78574 absyntax/absyntax.cc --- a/absyntax/absyntax.cc Wed Jun 06 16:39:54 2012 +0100 +++ b/absyntax/absyntax.cc Fri Jun 08 19:44:32 2012 +0100 @@ -62,9 +62,9 @@ this->last_column = last_column; this->last_order = last_order; this->datatype = NULL; - this->const_value_real = NULL; - this->const_value_integer = NULL; - this->const_value_uinteger = NULL; + this->const_value_real64 = NULL; + this->const_value_int64 = NULL; + this->const_value_uint64 = NULL; this->const_value_bool = NULL; }