stage3/forced_narrow_candidate_datatypes.cc
changeset 686 9b87606d4c07
parent 684 0e417d42cf6a
child 688 c2c0084df58e
equal deleted inserted replaced
685:5b19e376cc94 686:9b87606d4c07
   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   return NULL;
   156   return NULL;
   153 }
   157 }
   154 
   158 
   155 
   159 
   156   
   160