On Wed, Oct 29, 2003 at 09:39:23PM +0100, Andreas Jaeger wrote: > union { > - struct dwarf_fde *single; > + const struct dwarf_fde *single; > struct dwarf_fde **array; So why didn't you add const to the array too? r~