* lib/regex_internal.c (re_string_reconstruct): Remove declaration
[pspp] / ChangeLog
index e66395cc7b288fb9ba9ef247932207a44b0d510a..c66ebfb24f9128be5140d9042e3689227fd6c459 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-01-27  Jim Meyering  <jim@meyering.net>
 
+       * lib/regex_internal.c (re_string_reconstruct): Remove declaration
+       of set-but-not-used local, "q".
+
        * lib/mempcpy.c: Include <config.h> before <string.h>.
        This fixes a compilation error on HP-UX, due to the system's
        "restrict"-using mempcpy prototype.