Home | History | Annotate | Line # | Download | only in examples
      1 struct block;
      2 
      3 static int
      4 remove_out_of_scope_renamings (struct block *current_block)
      5 {
      6   return 1;
      7 }
      8 int
      9 ada_lookup_symbol_list (const struct block *block0)
     10 {
     11   return remove_out_of_scope_renamings ((struct block *) block0);
     12 }
     13