absyntax/absyntax.cc
changeset 894 39086e324665
parent 889 5f380b99e95e
child 936 0f7bcc160568
equal deleted inserted replaced
882:18a39a545ed9 894:39086e324665
    55   this->last_file    = lfile,
    55   this->last_file    = lfile,
    56   this->last_line    = last_line;
    56   this->last_line    = last_line;
    57   this->last_column  = last_column;
    57   this->last_column  = last_column;
    58   this->last_order   = last_order;
    58   this->last_order   = last_order;
    59   this->datatype     = NULL;
    59   this->datatype     = NULL;
       
    60   this->scope        = NULL;
    60   this->const_value._real64.status   = cs_undefined;
    61   this->const_value._real64.status   = cs_undefined;
    61   this->const_value._int64.status    = cs_undefined;
    62   this->const_value._int64.status    = cs_undefined;
    62   this->const_value._uint64.status   = cs_undefined;
    63   this->const_value._uint64.status   = cs_undefined;
    63   this->const_value._bool.status     = cs_undefined;
    64   this->const_value._bool.status     = cs_undefined;
    64 }
    65 }