absyntax/absyntax.cc
changeset 889 5f380b99e95e
parent 779 2ed03e0e0e41
child 936 0f7bcc160568
equal deleted inserted replaced
888:4893e6b11b25 889:5f380b99e95e
    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 }