stage3/fill_candidate_datatypes.cc
changeset 735 0304ff59fd7f
parent 733 246b4ef78da6
child 738 e47cc8c954db
equal deleted inserted replaced
734:49853bded539 735:0304ff59fd7f
   933  *          will NOT recursively call the following enumerated_value_c visitor method!
   933  *          will NOT recursively call the following enumerated_value_c visitor method!
   934  */
   934  */
   935 void *fill_candidate_datatypes_c::visit(enumerated_value_c *symbol) {
   935 void *fill_candidate_datatypes_c::visit(enumerated_value_c *symbol) {
   936 	symbol_c *global_enumerated_type;
   936 	symbol_c *global_enumerated_type;
   937 	symbol_c *local_enumerated_type;
   937 	symbol_c *local_enumerated_type;
   938 	symbol_c *enumerated_type;
   938 	symbol_c *enumerated_type = NULL;
   939 
   939 
   940 	if (NULL != symbol->type) {
   940 	if (NULL != symbol->type) {
   941 		/* NOTE: This code must take into account the following situation:
   941 		/* NOTE: This code must take into account the following situation:
   942 		 *
   942 		 *
   943 		 *        TYPE  
   943 		 *        TYPE