diff -r 1eacd7afcab1 -r e7d6f28fc882 absyntax_utils/search_var_instance_decl.hh --- a/absyntax_utils/search_var_instance_decl.hh Tue Apr 24 19:17:53 2012 +0100 +++ b/absyntax_utils/search_var_instance_decl.hh Wed Apr 25 15:46:53 2012 +0100 @@ -102,13 +102,15 @@ public: search_var_instance_decl_c(symbol_c *search_scope); - symbol_c *get_decl(symbol_c *variable_instance_name); - + + symbol_c * get_decl (symbol_c *variable_instance_name); unsigned int get_vartype(symbol_c *variable_instance_name); - unsigned int get_option(symbol_c *variable_instance_name); + unsigned int get_option (symbol_c *variable_instance_name); + + /* NOTE: The following function will be completely deleted in the (hopefully near) future. */ + bool type_is_complex(symbol_c *variable_name); public: - /* the types of variables that need to be processed... */ static const unsigned int none_vt = 0x0000; static const unsigned int input_vt = 0x0001; // VAR_INPUT