Get rid of the HAVE_PROTOTYPES configuration option, as well as the related JMETHOD and JPP macros.  libjpeg-turbo has never supported compilers that don't handle prototypes.  Doing so requires ansi2knr, which isn't even supported in the IJG code anymore.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1308 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/wrbmp.c b/wrbmp.c
index d769404..a82824d 100644
--- a/wrbmp.c
+++ b/wrbmp.c
@@ -60,8 +60,8 @@
 
 /* Forward declarations */
 LOCAL(void) write_colormap
-        JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest,
-             int map_colors, int map_entry_size));
+        (j_decompress_ptr cinfo, bmp_dest_ptr dest, int map_colors,
+         int map_entry_size);
 
 
 /*