absyntax_utils/spec_init_separator.hh
changeset 945 477393b00f95
parent 912 252a69d6ecae
child 958 7474d2cd1d6e
equal deleted inserted replaced
943:566414d7ba1f 945:477393b00f95
    63 
    63 
    64   /*******************************************/
    64   /*******************************************/
    65   /* B 1.1 - Letters, digits and identifiers */
    65   /* B 1.1 - Letters, digits and identifiers */
    66   /*******************************************/
    66   /*******************************************/
    67   // SYM_TOKEN(identifier_c)
    67   // SYM_TOKEN(identifier_c)
    68   void *visit(identifier_c *symbol);
    68   void *visit(                 identifier_c *symbol);
       
    69   void *visit(derived_datatype_identifier_c *symbol);
    69   
    70   
    70 
    71 
    71   /********************************/
    72   /********************************/
    72   /* B 1.3.3 - Derived data types */
    73   /* B 1.3.3 - Derived data types */
    73   /********************************/
    74   /********************************/