]> sjero.net Git - wget/blobdiff - src/gen-md5.h
[svn] Improved init.c error messages.
[wget] / src / gen-md5.h
index e45dce782c9d2cc23ce583f69f1396bd067c5777..f5d13c3bf3e6f22143244c377decc6ae6b0308a9 100644 (file)
@@ -36,8 +36,9 @@ typedef struct gen_md5_context gen_md5_context;
    includes.  */
 struct gen_md5_context;
 
-#define ALLOCA_MD5_CONTEXT(var_name) \
-  gen_md5_context *var_name = alloca (gen_md5_context_size ())
+#define ALLOCA_MD5_CONTEXT(var_name)                   \
+  gen_md5_context *var_name =                          \
+  (gen_md5_context *) alloca (gen_md5_context_size ())
 
 int gen_md5_context_size PARAMS ((void));
 void gen_md5_init PARAMS ((gen_md5_context *));