]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Move extern declarations to .h files.
[wget] / src / wget.h
index d598cccb7578aa118c0e267ab9a11960e746838a..6a0756b0acdda251c883b57e009cc2ff2ba7810e 100644 (file)
@@ -247,7 +247,7 @@ typedef double SUM_SIZE_INT;
    using printf ("%0*lx", PTR_FORMAT (p)).  (%p is too unpredictable;
    some implementations prepend 0x, while some don't, and most don't
    0-pad the address.)  */
-#define PTR_FORMAT(p) 2 * sizeof (void *), (unsigned long) (p)
+#define PTR_FORMAT(p) (int) (2 * sizeof (void *)), (unsigned long) (p)
 
 extern const char *exec_name;
 \f