diff -r 5f4dfe6670da -r c9eeb67ba939 absyntax/absyntax.cc --- a/absyntax/absyntax.cc Sun Dec 14 19:15:29 2014 +0000 +++ b/absyntax/absyntax.cc Wed Dec 17 13:46:36 2014 +0000 @@ -44,6 +44,7 @@ + /* The base class of all symbols */ symbol_c::symbol_c( int first_line, int first_column, const char *ffile, long int first_order, @@ -59,10 +60,6 @@ this->parent = NULL; this->datatype = NULL; this->scope = NULL; - this->const_value._real64.status = cs_undefined; - this->const_value._int64.status = cs_undefined; - this->const_value._uint64.status = cs_undefined; - this->const_value._bool.status = cs_undefined; }