r4029 - trunk/varnish-cache/lib/libjemalloc

des at projects.linpro.no des at projects.linpro.no
Sat Apr 4 00:02:08 CEST 2009


Author: des
Date: 2009-04-04 00:02:08 +0200 (Sat, 04 Apr 2009)
New Revision: 4029

Modified:
   trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c
Log:
Fix style & translate to English


Modified: trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c
===================================================================
--- trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c	2009-04-03 22:00:34 UTC (rev 4028)
+++ trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c	2009-04-03 22:02:08 UTC (rev 4029)
@@ -199,9 +199,11 @@
 
 #include "rb.h"
 
-/* Prevent -Werror to complain about unused parameters when compiling
-   with non-ancient GCC.  Added directly here instead of grabbed from
-   ansidecl.h to save a build dependency on binutils-dev */
+/*
+ * Prevent gcc from complaining about unused parameters.  Added directly
+ * here instead of including ansidecl.h to save a build dependency on
+ * binutils-dev.
+ */
 #if __GNUC__ >= 3
 #ifndef ATTRIBUTE_UNUSED
 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))



More information about the varnish-commit mailing list