Fix a bug occurring with HP-UX aCC compiler.
[pspp] / lib / ChangeLog
index c3f544ab1413b9d0309d94130d2deca6d5c581a8..66f8fa7512d5a1d1b150ca04220a7b808905391f 100644 (file)
@@ -1,5 +1,10 @@
 2006-01-24  Bruno Haible  <bruno@clisp.org>
 
+       * stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler already
+       has it.
+       Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
+       2005-11-26.
+
        * stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc] : Define as 'signed char'
        to avoid problems with the built-in _Bool type.
        Reported by Paul Eggert on 2005-11-26.