absyntax/absyntax.cc
changeset 569 0d1ab9e78574
parent 564 dabffc3086dc
child 596 4efb11e44065
--- 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;
 }