James Youngman wrote: > The attached patch simply makes the strftime module depend on > ignore-value, since lib/strftime.c includes "ignore-value.h".
Hi James, Thanks for the patch, but as far as I can tell it's not needed, since the only uses are protected by "#if FPRINTFTIME". The fprintftime module *does* depend on ignore-value, since it's the one that defines FPRINTFTIME.