stage3/forced_narrow_candidate_datatypes.cc
changeset 688 c2c0084df58e
parent 686 9b87606d4c07
child 691 958454e9e40f
equal deleted inserted replaced
687:81dcb3987cbb 688:c2c0084df58e
   147   for(int i = symbol->n-1; i >= 0; i--) {
   147   for(int i = symbol->n-1; i >= 0; i--) {
   148     if (NULL == symbol->elements[i]->datatype)
   148     if (NULL == symbol->elements[i]->datatype)
   149       ERROR;
   149       ERROR;
   150   }
   150   }
   151   */
   151   */
   152 printf("\n\n result of forced_narrow...\n");
       
   153 print_ast_c::print(symbol);
       
   154 // for(int i = 0; i < symbol->n; i++)  print_symbol_c::print(symbol->elements[i]);
       
   155   
   152   
   156   return NULL;
   153   return NULL;
   157 }
   154 }
   158 
   155 
   159 
   156