diff -r 9b61eb4f00dc -r db5881e6facd absyntax_utils/get_datatype_info.hh --- a/absyntax_utils/get_datatype_info.hh Tue Nov 13 18:03:17 2012 +0000 +++ b/absyntax_utils/get_datatype_info.hh Wed Nov 14 13:10:05 2012 +0000 @@ -57,6 +57,8 @@ public: + static symbol_c *get_datatype_id(symbol_c *datatype); /* get the identifier (name) of the datatype); returns NULL if anonymous datatype! */ + static bool is_type_equal(symbol_c *first_type, symbol_c *second_type); static bool is_type_valid(symbol_c *type);