On Thu, 22 Feb 2001, Craig A. Berry wrote:
> While trying to track down why MEM_ALIGNBYTES doesn't get defined in
> our config.h even though we write it out from configure.com, I
> noticed that the hints file had it at the end of the line with no
> comment after it like all the other variables have. After patching
[snip]
> But the real question is why munchconfig.c doesn't accept a token at
> the very end of the line. Is anyone familiar enough with this to
> have a crack at fixing it, or should we just patch the hints file for
> now?
I would say that for now we should patch config_h.SH and perhaps
spruce up munchconfig.c a bit later. I had posted a patch to the vmsperl
list within the last month or two that removed the unneeded declaration of
a variable in munchconfig.c and also added a return(0); to the end of
main() within it. They rendered munchconfig.c gcc -Wall clean on linux
and perhaps ought to be included in any patches to the program itself.
Peter Prymmer