|
|||||||||||
|
Re: new warnings from make build; `EOF' redefined
From: Todd C. Miller <Todd.Miller(at)courtesan.com>
Date: Mon Dec 30 2002 - 12:46:33 EST In message <20021230174007.GK5947@davidkrause.com> so spake David Krause (openbsd): > Now that anoncvs is being updated again, I rebuilt and am seeing these
Looks like fallout from the __EOF change. EOF was always redefined but cpp didn't complain since it could tell that it was redefined to the same value. Now cpp can't tell (though it is the same value). I suppose we could just bracket the EOF definition with #ifndef (which is what some OSes do) but it is nice to get a warning when EOF is redefined to a different value.
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:43 EDT |
||||||||||
|
|||||||||||