bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lib/regex_internal.h on 1.4.11


From: Jonathan Patschke
Subject: lib/regex_internal.h on 1.4.11
Date: Wed, 30 Jul 2008 18:55:00 -0500


The literal constant on line 164 of lib/regex_internal.h needs to be explicitly declared as an unsigned long. HP-UX's preprocessor (at least on 10.20) will fail a comparison between 0xffffffff and 0xffffffffUL. The constant in limits.h is explicitly UL, so BITSET_WORD_MAX doesn't get properly defined on HP-UX 10.20.

--
Jonathan C. Patschke
Manufacturing Software Support
Centaur Technology





reply via email to

[Prev in Thread] Current Thread [Next in Thread]