absyntax_utils/spec_init_separator.hh
changeset 947 aca1ab9fcb6d
parent 945 477393b00f95
child 958 7474d2cd1d6e
equal deleted inserted replaced
944:d6d9211e9aab 947:aca1ab9fcb6d
    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   /********************************/