Commit 9fda55928cc575ba9a3cbbc70c11153a9082e12d

Paul Eggert 2007-10-22T14:59:23

Fix Tru64 problem with stdbool.h. * lib/stdbool.in.h (false, true): [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]: Don't declare as an enum in this situation; it runs afoul of Tru64. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.