]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use __builtin_expect to provide a hint that -d is unlikely.
[wget] / src / ChangeLog
index 67531fa976a0d68bb7a7d430e396d4e35cd3989f..fc0cef3c1b6930bc934d2a6b891a573d5ff76b4b 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
+       opt.debug is false in the vast majority of cases.
+
 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config-post.h: Declare alloca as void *, not char *.