view contrib/reghunt/examples/29478.c @ 120:f93fa5091070

fix conv1.c
author mir3636
date Thu, 08 Mar 2018 14:53:42 +0900
parents a06113de4d67
children
line wrap: on
line source

struct block;

static int
remove_out_of_scope_renamings (struct block *current_block)
{
  return 1;
}
int
ada_lookup_symbol_list (const struct block *block0)
{
  return remove_out_of_scope_renamings ((struct block *) block0);
}