absyntax/absyntax.cc
changeset 569 0d1ab9e78574
parent 564 dabffc3086dc
child 596 4efb11e44065
equal deleted inserted replaced
568:5f79478142d7 569:0d1ab9e78574
    60   this->last_file    = lfile,
    60   this->last_file    = lfile,
    61   this->last_line    = last_line;
    61   this->last_line    = last_line;
    62   this->last_column  = last_column;
    62   this->last_column  = last_column;
    63   this->last_order   = last_order;
    63   this->last_order   = last_order;
    64   this->datatype     = NULL;
    64   this->datatype     = NULL;
    65   this->const_value_real     = NULL;
    65   this->const_value_real64   = NULL;
    66   this->const_value_integer  = NULL;
    66   this->const_value_int64    = NULL;
    67   this->const_value_uinteger = NULL;
    67   this->const_value_uint64   = NULL;
    68   this->const_value_bool     = NULL;
    68   this->const_value_bool     = NULL;
    69 }
    69 }
    70 
    70 
    71 
    71 
    72 
    72