]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
[gnu-emacs] / lib-src / ChangeLog
index c57ee2ff98ccdbb4d5f4865f0b93511a3d24ef40..ba77a92cf1780f7c83c30f5c69306f5a8714f31e 100644 (file)
@@ -1,5 +1,10 @@
 2011-02-26  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
+       to reader (and to the compiler) that the loop always executes at
+       least once.  This prevents a warning with recent GCC.
+       (BROWSE_STRUCT): Remove unused macro.
+
        * fakemail.c: Include <ignore-value.h>.
        (put_line): Explicitly ignore fwrite return value, for benefit of
        recent glibc + gcc.