absyntax/absyntax.cc
changeset 564 dabffc3086dc
parent 438 744b125d911e
child 569 0d1ab9e78574
equal deleted inserted replaced
563:61410284a9b4 564:dabffc3086dc
    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;
       
    66   this->const_value_integer  = NULL;
       
    67   this->const_value_uinteger = NULL;
       
    68   this->const_value_bool     = NULL;
    65 }
    69 }
    66 
    70 
    67 
    71 
    68 
    72 
    69 token_c::token_c(const char *value, 
    73 token_c::token_c(const char *value,