James Youngman wrote: > I think strftime also needs to depend on ignore-value, since > ignore-value.h is included in strftime.c. See the attached patch > which I forgot to send at the time.
Hi James, The sole use of ignore_value is within an #if FPRINTFTIME block, as is the #include. Thus the fprintftime module depends on ignore-module, but the strftime module does not.