* gnatvsn.ads: Bump copyright year.
[official-gcc.git] / contrib / reghunt / examples / 29478.c
blob0490f4d9dc20eab34ee0bfe758f36935f1106efc
1 struct block;
3 static int
4 remove_out_of_scope_renamings (struct block *current_block)
6 return 1;
8 int
9 ada_lookup_symbol_list (const struct block *block0)
11 return remove_out_of_scope_renamings ((struct block *) block0);